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.
 
 
 
 

117 lines
2.8 KiB

  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. /**
  6. * Generated jss-default-unit CSS property units
  7. *
  8. * @type object
  9. */
  10. exports['default'] = {
  11. 'animation-delay': 'ms',
  12. 'animation-duration': 'ms',
  13. 'background-position': 'px',
  14. 'background-position-x': 'px',
  15. 'background-position-y': 'px',
  16. 'background-size': 'px',
  17. border: 'px',
  18. 'border-bottom': 'px',
  19. 'border-bottom-left-radius': 'px',
  20. 'border-bottom-right-radius': 'px',
  21. 'border-bottom-width': 'px',
  22. 'border-left': 'px',
  23. 'border-left-width': 'px',
  24. 'border-radius': 'px',
  25. 'border-right': 'px',
  26. 'border-right-width': 'px',
  27. 'border-spacing': 'px',
  28. 'border-top': 'px',
  29. 'border-top-left-radius': 'px',
  30. 'border-top-right-radius': 'px',
  31. 'border-top-width': 'px',
  32. 'border-width': 'px',
  33. 'border-after-width': 'px',
  34. 'border-before-width': 'px',
  35. 'border-end-width': 'px',
  36. 'border-horizontal-spacing': 'px',
  37. 'border-start-width': 'px',
  38. 'border-vertical-spacing': 'px',
  39. bottom: 'px',
  40. 'box-shadow': 'px',
  41. 'column-gap': 'px',
  42. 'column-rule': 'px',
  43. 'column-rule-width': 'px',
  44. 'column-width': 'px',
  45. 'flex-basis': 'px',
  46. 'font-size': 'px',
  47. 'font-size-delta': 'px',
  48. height: 'px',
  49. left: 'px',
  50. 'letter-spacing': 'px',
  51. 'logical-height': 'px',
  52. 'logical-width': 'px',
  53. margin: 'px',
  54. 'margin-after': 'px',
  55. 'margin-before': 'px',
  56. 'margin-bottom': 'px',
  57. 'margin-left': 'px',
  58. 'margin-right': 'px',
  59. 'margin-top': 'px',
  60. 'max-height': 'px',
  61. 'max-width': 'px',
  62. 'margin-end': 'px',
  63. 'margin-start': 'px',
  64. 'mask-position-x': 'px',
  65. 'mask-position-y': 'px',
  66. 'mask-size': 'px',
  67. 'max-logical-height': 'px',
  68. 'max-logical-width': 'px',
  69. 'min-height': 'px',
  70. 'min-width': 'px',
  71. 'min-logical-height': 'px',
  72. 'min-logical-width': 'px',
  73. motion: 'px',
  74. 'motion-offset': 'px',
  75. outline: 'px',
  76. 'outline-offset': 'px',
  77. 'outline-width': 'px',
  78. padding: 'px',
  79. 'padding-bottom': 'px',
  80. 'padding-left': 'px',
  81. 'padding-right': 'px',
  82. 'padding-top': 'px',
  83. 'padding-after': 'px',
  84. 'padding-before': 'px',
  85. 'padding-end': 'px',
  86. 'padding-start': 'px',
  87. 'perspective-origin-x': '%',
  88. 'perspective-origin-y': '%',
  89. perspective: 'px',
  90. right: 'px',
  91. 'shape-margin': 'px',
  92. size: 'px',
  93. 'text-indent': 'px',
  94. 'text-stroke': 'px',
  95. 'text-stroke-width': 'px',
  96. top: 'px',
  97. 'transform-origin': '%',
  98. 'transform-origin-x': '%',
  99. 'transform-origin-y': '%',
  100. 'transform-origin-z': '%',
  101. 'transition-delay': 'ms',
  102. 'transition-duration': 'ms',
  103. 'vertical-align': 'px',
  104. width: 'px',
  105. 'word-spacing': 'px',
  106. // Not existing properties.
  107. // Used to avoid issues with jss-expand intergration.
  108. 'box-shadow-x': 'px',
  109. 'box-shadow-y': 'px',
  110. 'box-shadow-blur': 'px',
  111. 'box-shadow-spread': 'px',
  112. 'font-line-height': 'px',
  113. 'text-shadow-x': 'px',
  114. 'text-shadow-y': 'px',
  115. 'text-shadow-blur': 'px'
  116. };