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