Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

unitless.browser.cjs.js 981B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var unitlessKeys = {
  4. animationIterationCount: 1,
  5. borderImageOutset: 1,
  6. borderImageSlice: 1,
  7. borderImageWidth: 1,
  8. boxFlex: 1,
  9. boxFlexGroup: 1,
  10. boxOrdinalGroup: 1,
  11. columnCount: 1,
  12. columns: 1,
  13. flex: 1,
  14. flexGrow: 1,
  15. flexPositive: 1,
  16. flexShrink: 1,
  17. flexNegative: 1,
  18. flexOrder: 1,
  19. gridRow: 1,
  20. gridRowEnd: 1,
  21. gridRowSpan: 1,
  22. gridRowStart: 1,
  23. gridColumn: 1,
  24. gridColumnEnd: 1,
  25. gridColumnSpan: 1,
  26. gridColumnStart: 1,
  27. msGridRow: 1,
  28. msGridRowSpan: 1,
  29. msGridColumn: 1,
  30. msGridColumnSpan: 1,
  31. fontWeight: 1,
  32. lineHeight: 1,
  33. opacity: 1,
  34. order: 1,
  35. orphans: 1,
  36. tabSize: 1,
  37. widows: 1,
  38. zIndex: 1,
  39. zoom: 1,
  40. WebkitLineClamp: 1,
  41. // SVG-related properties
  42. fillOpacity: 1,
  43. floodOpacity: 1,
  44. stopOpacity: 1,
  45. strokeDasharray: 1,
  46. strokeDashoffset: 1,
  47. strokeMiterlimit: 1,
  48. strokeOpacity: 1,
  49. strokeWidth: 1
  50. };
  51. exports.default = unitlessKeys;