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.

299 lines
5.8 KiB

4 years ago
  1. [
  2. "box-sizing",
  3. "display",
  4. "visibility",
  5. "z-index",
  6. "position",
  7. "top",
  8. "right",
  9. "bottom",
  10. "left",
  11. "offset-inline-start",
  12. "offset-inline-end",
  13. "offset-block-start",
  14. "offset-block-end",
  15. "grid",
  16. "grid-area",
  17. "grid-auto-columns",
  18. "grid-auto-flow",
  19. "grid-auto-rows",
  20. "grid-column",
  21. "grid-column-end",
  22. "grid-column-start",
  23. "grid-row",
  24. "grid-row-end",
  25. "grid-row-start",
  26. "grid-template",
  27. "grid-template-areas",
  28. "grid-template-columns",
  29. "grid-template-rows",
  30. "flex",
  31. "flex-basis",
  32. "flex-direction",
  33. "flex-flow",
  34. "flex-grow",
  35. "flex-shrink",
  36. "flex-wrap",
  37. "box-decoration-break",
  38. "place-content",
  39. "place-items",
  40. "place-self",
  41. "align-content",
  42. "align-items",
  43. "align-self",
  44. "justify-content",
  45. "justify-items",
  46. "justify-self",
  47. "order",
  48. "width",
  49. "min-width",
  50. "max-width",
  51. "height",
  52. "min-height",
  53. "max-height",
  54. "inline-size",
  55. "min-inline-size",
  56. "max-inline-size",
  57. "block-size",
  58. "min-block-size",
  59. "max-block-size",
  60. "margin",
  61. "margin-top",
  62. "margin-right",
  63. "margin-bottom",
  64. "margin-left",
  65. "margin-inline-start",
  66. "margin-inline-end",
  67. "margin-block-start",
  68. "margin-block-end",
  69. "padding",
  70. "padding-top",
  71. "padding-right",
  72. "padding-bottom",
  73. "padding-left",
  74. "padding-inline-start",
  75. "padding-inline-end",
  76. "padding-block-start",
  77. "padding-block-end",
  78. "float",
  79. "clear",
  80. "overflow",
  81. "overflow-x",
  82. "overflow-y",
  83. "orphans",
  84. "columns",
  85. "column-gap",
  86. "column-fill",
  87. "column-rule",
  88. "column-rule-color",
  89. "column-rule-style",
  90. "column-rule-width",
  91. "column-span",
  92. "column-count",
  93. "column-width",
  94. "object-fit",
  95. "object-position",
  96. "transform",
  97. "transform-box",
  98. "transform-origin",
  99. "transform-style",
  100. "rotate",
  101. "scale",
  102. "border",
  103. "border-top",
  104. "border-right",
  105. "border-bottom",
  106. "border-left",
  107. "border-width",
  108. "border-top-width",
  109. "border-right-width",
  110. "border-bottom-width",
  111. "border-left-width",
  112. "border-style",
  113. "border-top-style",
  114. "border-right-style",
  115. "border-bottom-style",
  116. "border-left-style",
  117. "border-radius",
  118. "border-top-right-radius",
  119. "border-top-left-radius",
  120. "border-bottom-right-radius",
  121. "border-bottom-left-radius",
  122. "border-inline-start",
  123. "border-inline-start-color",
  124. "border-inline-start-style",
  125. "border-inline-start-width",
  126. "border-inline-end",
  127. "border-inline-end-color",
  128. "border-inline-end-style",
  129. "border-inline-end-width",
  130. "border-block-start",
  131. "border-block-start-color",
  132. "border-block-start-style",
  133. "border-block-start-width",
  134. "border-block-end",
  135. "border-block-end-color",
  136. "border-block-end-style",
  137. "border-block-end-width",
  138. "border-color",
  139. "border-image",
  140. "border-image-outset",
  141. "border-image-repeat",
  142. "border-image-slice",
  143. "border-image-source",
  144. "border-image-width",
  145. "border-top-color",
  146. "border-right-color",
  147. "border-bottom-color",
  148. "border-left-color",
  149. "border-collapse",
  150. "border-spacing",
  151. "outline",
  152. "outline-color",
  153. "outline-offset",
  154. "outline-style",
  155. "outline-width",
  156. "backdrop-filter",
  157. "backface-visibility",
  158. "background",
  159. "background-attachment",
  160. "background-blend-mode",
  161. "background-clip",
  162. "background-color",
  163. "background-image",
  164. "background-origin",
  165. "background-position",
  166. "background-position-x",
  167. "background-position-y",
  168. "background-repeat",
  169. "background-size",
  170. "box-shadow",
  171. "isolation",
  172. "ruby-align",
  173. "ruby-position",
  174. "color",
  175. "caret-color",
  176. "font",
  177. "font-family",
  178. "font-feature-settings",
  179. "font-kerning",
  180. "font-language-override",
  181. "font-size",
  182. "font-optical-sizing",
  183. "font-size-adjust",
  184. "font-stretch",
  185. "font-style",
  186. "font-synthesis",
  187. "font-variant",
  188. "font-variant-alternates",
  189. "font-variant-caps",
  190. "font-variant-east-asian",
  191. "font-variant-ligatures",
  192. "font-variant-numeric",
  193. "font-variant-position",
  194. "font-weight",
  195. "hyphens",
  196. "initial-letter",
  197. "initial-letter-align",
  198. "letter-spacing",
  199. "line-break",
  200. "line-height",
  201. "list-style",
  202. "list-style-image",
  203. "list-style-position",
  204. "list-style-type",
  205. "direction",
  206. "text-align",
  207. "text-align-last",
  208. "text-decoration",
  209. "text-decoration-color",
  210. "text-decoration-line",
  211. "text-decoration-skip",
  212. "text-decoration-style",
  213. "text-decoration-skip-ink",
  214. "text-emphasis",
  215. "text-emphasis-position",
  216. "text-emphasis-color",
  217. "text-emphasis-style",
  218. "text-indent",
  219. "text-justify",
  220. "text-underline-position",
  221. "text-orientation",
  222. "text-overflow",
  223. "text-rendering",
  224. "text-shadow",
  225. "text-size-adjust",
  226. "text-transform",
  227. "vertical-align",
  228. "white-space",
  229. "word-break",
  230. "word-spacing",
  231. "overflow-wrap",
  232. "all",
  233. "animation",
  234. "animation-name",
  235. "animation-duration",
  236. "animation-fill-mode",
  237. "animation-play-state",
  238. "animation-timing-function",
  239. "animation-delay",
  240. "animation-iteration-count",
  241. "animation-direction",
  242. "mix-blend-mode",
  243. "break-before",
  244. "break-after",
  245. "break-inside",
  246. "page-break-before",
  247. "page-break-after",
  248. "page-break-inside",
  249. "caption-side",
  250. "clip-path",
  251. "content",
  252. "counter-increment",
  253. "counter-reset",
  254. "cursor",
  255. "empty-cells",
  256. "filter",
  257. "image-orientation",
  258. "image-rendering",
  259. "mask",
  260. "mask-clip",
  261. "mask-image",
  262. "mask-origin",
  263. "mask-position",
  264. "mask-repeat",
  265. "mask-size",
  266. "mask-type",
  267. "opacity",
  268. "perspective",
  269. "perspective-origin",
  270. "pointer-events",
  271. "quotes",
  272. "resize",
  273. "scroll-behavior",
  274. "scroll-snap-coordinate",
  275. "scroll-snap-destination",
  276. "scroll-snap-type",
  277. "shape-image-threshold",
  278. "shape-margin",
  279. "shape-outside",
  280. "tab-size",
  281. "table-layout",
  282. "text-combine-upright",
  283. "touch-action",
  284. "transition",
  285. "transition-delay",
  286. "transition-duration",
  287. "transition-property",
  288. "transition-timing-function",
  289. "will-change",
  290. "unicode-bidi",
  291. "unicode-range",
  292. "user-select",
  293. "widows",
  294. "writing-mode"
  295. ]