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.esm.js 899B

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