corePluginList.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. Object.defineProperty(exports, "default", {
  6. enumerable: true,
  7. get: function() {
  8. return _default;
  9. }
  10. });
  11. const _default = [
  12. "preflight",
  13. "container",
  14. "accessibility",
  15. "pointerEvents",
  16. "visibility",
  17. "position",
  18. "inset",
  19. "isolation",
  20. "zIndex",
  21. "order",
  22. "gridColumn",
  23. "gridColumnStart",
  24. "gridColumnEnd",
  25. "gridRow",
  26. "gridRowStart",
  27. "gridRowEnd",
  28. "float",
  29. "clear",
  30. "margin",
  31. "boxSizing",
  32. "lineClamp",
  33. "display",
  34. "aspectRatio",
  35. "size",
  36. "height",
  37. "maxHeight",
  38. "minHeight",
  39. "width",
  40. "minWidth",
  41. "maxWidth",
  42. "flex",
  43. "flexShrink",
  44. "flexGrow",
  45. "flexBasis",
  46. "tableLayout",
  47. "captionSide",
  48. "borderCollapse",
  49. "borderSpacing",
  50. "transformOrigin",
  51. "translate",
  52. "rotate",
  53. "skew",
  54. "scale",
  55. "transform",
  56. "animation",
  57. "cursor",
  58. "touchAction",
  59. "userSelect",
  60. "resize",
  61. "scrollSnapType",
  62. "scrollSnapAlign",
  63. "scrollSnapStop",
  64. "scrollMargin",
  65. "scrollPadding",
  66. "listStylePosition",
  67. "listStyleType",
  68. "listStyleImage",
  69. "appearance",
  70. "columns",
  71. "breakBefore",
  72. "breakInside",
  73. "breakAfter",
  74. "gridAutoColumns",
  75. "gridAutoFlow",
  76. "gridAutoRows",
  77. "gridTemplateColumns",
  78. "gridTemplateRows",
  79. "flexDirection",
  80. "flexWrap",
  81. "placeContent",
  82. "placeItems",
  83. "alignContent",
  84. "alignItems",
  85. "justifyContent",
  86. "justifyItems",
  87. "gap",
  88. "space",
  89. "divideWidth",
  90. "divideStyle",
  91. "divideColor",
  92. "divideOpacity",
  93. "placeSelf",
  94. "alignSelf",
  95. "justifySelf",
  96. "overflow",
  97. "overscrollBehavior",
  98. "scrollBehavior",
  99. "textOverflow",
  100. "hyphens",
  101. "whitespace",
  102. "textWrap",
  103. "wordBreak",
  104. "borderRadius",
  105. "borderWidth",
  106. "borderStyle",
  107. "borderColor",
  108. "borderOpacity",
  109. "backgroundColor",
  110. "backgroundOpacity",
  111. "backgroundImage",
  112. "gradientColorStops",
  113. "boxDecorationBreak",
  114. "backgroundSize",
  115. "backgroundAttachment",
  116. "backgroundClip",
  117. "backgroundPosition",
  118. "backgroundRepeat",
  119. "backgroundOrigin",
  120. "fill",
  121. "stroke",
  122. "strokeWidth",
  123. "objectFit",
  124. "objectPosition",
  125. "padding",
  126. "textAlign",
  127. "textIndent",
  128. "verticalAlign",
  129. "fontFamily",
  130. "fontSize",
  131. "fontWeight",
  132. "textTransform",
  133. "fontStyle",
  134. "fontVariantNumeric",
  135. "lineHeight",
  136. "letterSpacing",
  137. "textColor",
  138. "textOpacity",
  139. "textDecoration",
  140. "textDecorationColor",
  141. "textDecorationStyle",
  142. "textDecorationThickness",
  143. "textUnderlineOffset",
  144. "fontSmoothing",
  145. "placeholderColor",
  146. "placeholderOpacity",
  147. "caretColor",
  148. "accentColor",
  149. "opacity",
  150. "backgroundBlendMode",
  151. "mixBlendMode",
  152. "boxShadow",
  153. "boxShadowColor",
  154. "outlineStyle",
  155. "outlineWidth",
  156. "outlineOffset",
  157. "outlineColor",
  158. "ringWidth",
  159. "ringColor",
  160. "ringOpacity",
  161. "ringOffsetWidth",
  162. "ringOffsetColor",
  163. "blur",
  164. "brightness",
  165. "contrast",
  166. "dropShadow",
  167. "grayscale",
  168. "hueRotate",
  169. "invert",
  170. "saturate",
  171. "sepia",
  172. "filter",
  173. "backdropBlur",
  174. "backdropBrightness",
  175. "backdropContrast",
  176. "backdropGrayscale",
  177. "backdropHueRotate",
  178. "backdropInvert",
  179. "backdropOpacity",
  180. "backdropSaturate",
  181. "backdropSepia",
  182. "backdropFilter",
  183. "transitionProperty",
  184. "transitionDelay",
  185. "transitionDuration",
  186. "transitionTimingFunction",
  187. "willChange",
  188. "contain",
  189. "content",
  190. "forcedColorAdjust"
  191. ];