alphabetical.mjs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. export const properties = [
  2. "all",
  3. "-webkit-line-clamp",
  4. "-webkit-text-fill-color",
  5. "-webkit-text-stroke",
  6. "-webkit-text-stroke-color",
  7. "-webkit-text-stroke-width",
  8. "accent-color",
  9. "align-content",
  10. "align-items",
  11. "align-self",
  12. "animation",
  13. "animation-delay",
  14. "animation-direction",
  15. "animation-duration",
  16. "animation-fill-mode",
  17. "animation-iteration-count",
  18. "animation-name",
  19. "animation-play-state",
  20. "animation-timing-function",
  21. "appearance",
  22. "ascent-override",
  23. "aspect-ratio",
  24. "backdrop-filter",
  25. "backface-visibility",
  26. "background",
  27. "background-attachment",
  28. "background-blend-mode",
  29. "background-clip",
  30. "background-color",
  31. "background-image",
  32. "background-origin",
  33. "background-position",
  34. "background-position-x",
  35. "background-position-y",
  36. "background-repeat",
  37. "background-size",
  38. "block-size",
  39. "border",
  40. "border-block",
  41. "border-block-color",
  42. "border-block-end",
  43. "border-block-end-color",
  44. "border-block-end-style",
  45. "border-block-end-width",
  46. "border-block-start",
  47. "border-block-start-color",
  48. "border-block-start-style",
  49. "border-block-start-width",
  50. "border-block-style",
  51. "border-block-width",
  52. "border-bottom",
  53. "border-bottom-color",
  54. "border-bottom-left-radius",
  55. "border-bottom-right-radius",
  56. "border-bottom-style",
  57. "border-bottom-width",
  58. "border-collapse",
  59. "border-color",
  60. "border-end-end-radius",
  61. "border-end-start-radius",
  62. "border-image",
  63. "border-image-outset",
  64. "border-image-repeat",
  65. "border-image-slice",
  66. "border-image-source",
  67. "border-image-width",
  68. "border-inline",
  69. "border-inline-color",
  70. "border-inline-end",
  71. "border-inline-end-color",
  72. "border-inline-end-style",
  73. "border-inline-end-width",
  74. "border-inline-start",
  75. "border-inline-start-color",
  76. "border-inline-start-style",
  77. "border-inline-start-width",
  78. "border-inline-style",
  79. "border-inline-width",
  80. "border-left",
  81. "border-left-color",
  82. "border-left-style",
  83. "border-left-width",
  84. "border-radius",
  85. "border-right",
  86. "border-right-color",
  87. "border-right-style",
  88. "border-right-width",
  89. "border-spacing",
  90. "border-start-end-radius",
  91. "border-start-start-radius",
  92. "border-style",
  93. "border-top",
  94. "border-top-color",
  95. "border-top-left-radius",
  96. "border-top-right-radius",
  97. "border-top-style",
  98. "border-top-width",
  99. "border-width",
  100. "bottom",
  101. "box-decoration-break",
  102. "box-shadow",
  103. "box-sizing",
  104. "break-after",
  105. "break-before",
  106. "break-inside",
  107. "caption-side",
  108. "caret-color",
  109. "clear",
  110. "clip-path",
  111. "color",
  112. "color-scheme",
  113. "column-count",
  114. "column-fill",
  115. "column-gap",
  116. "column-rule",
  117. "column-rule-color",
  118. "column-rule-style",
  119. "column-rule-width",
  120. "column-span",
  121. "column-width",
  122. "columns",
  123. "contain",
  124. "contain-intrinsic-height",
  125. "contain-intrinsic-size",
  126. "contain-intrinsic-width",
  127. "container",
  128. "container-name",
  129. "container-type",
  130. "content",
  131. "content-visibility",
  132. "counter-increment",
  133. "counter-reset",
  134. "counter-set",
  135. "cursor",
  136. "descent-override",
  137. "direction",
  138. "display",
  139. "empty-cells",
  140. "filter",
  141. "flex",
  142. "flex-basis",
  143. "flex-direction",
  144. "flex-flow",
  145. "flex-grow",
  146. "flex-shrink",
  147. "flex-wrap",
  148. "float",
  149. "font",
  150. "font-display",
  151. "font-family",
  152. "font-kerning",
  153. "font-language-override",
  154. "font-optical-sizing",
  155. "font-palette",
  156. "font-size",
  157. "font-size-adjust",
  158. "font-stretch",
  159. "font-style",
  160. "font-synthesis",
  161. "font-variant",
  162. "font-variant-alternates",
  163. "font-variant-caps",
  164. "font-variant-east-asian",
  165. "font-variant-emoji",
  166. "font-variant-ligatures",
  167. "font-variant-numeric",
  168. "font-variant-position",
  169. "font-variation-settings",
  170. "font-weight",
  171. "forced-color-adjust",
  172. "gap",
  173. "grid",
  174. "grid-area",
  175. "grid-auto-columns",
  176. "grid-auto-flow",
  177. "grid-auto-rows",
  178. "grid-column",
  179. "grid-column-end",
  180. "grid-column-start",
  181. "grid-row",
  182. "grid-row-end",
  183. "grid-row-start",
  184. "grid-template",
  185. "grid-template-areas",
  186. "grid-template-columns",
  187. "grid-template-rows",
  188. "hanging-punctuation",
  189. "height",
  190. "hyphenate-character",
  191. "hyphens",
  192. "image-orientation",
  193. "image-rendering",
  194. "inline-size",
  195. "inset",
  196. "inset-block",
  197. "inset-block-end",
  198. "inset-block-start",
  199. "inset-inline",
  200. "inset-inline-end",
  201. "inset-inline-start",
  202. "isolation",
  203. "justify-content",
  204. "justify-items",
  205. "justify-self",
  206. "left",
  207. "letter-spacing",
  208. "line-break",
  209. "line-gap-override",
  210. "line-height",
  211. "list-style",
  212. "list-style-image",
  213. "list-style-position",
  214. "list-style-type",
  215. "margin",
  216. "margin-block",
  217. "margin-block-end",
  218. "margin-block-start",
  219. "margin-bottom",
  220. "margin-inline",
  221. "margin-inline-end",
  222. "margin-inline-start",
  223. "margin-left",
  224. "margin-right",
  225. "margin-top",
  226. "mask",
  227. "mask-border",
  228. "mask-border-outset",
  229. "mask-border-repeat",
  230. "mask-border-slice",
  231. "mask-border-source",
  232. "mask-border-width",
  233. "mask-clip",
  234. "mask-composite",
  235. "mask-image",
  236. "mask-mode",
  237. "mask-origin",
  238. "mask-position",
  239. "mask-repeat",
  240. "mask-size",
  241. "mask-type",
  242. "max-block-size",
  243. "max-height",
  244. "max-inline-size",
  245. "max-width",
  246. "min-block-size",
  247. "min-height",
  248. "min-inline-size",
  249. "min-width",
  250. "mix-blend-mode",
  251. "object-fit",
  252. "object-position",
  253. "offset",
  254. "offset-anchor",
  255. "offset-distance",
  256. "offset-path",
  257. "offset-rotate",
  258. "opacity",
  259. "order",
  260. "orphans",
  261. "outline",
  262. "outline-color",
  263. "outline-offset",
  264. "outline-style",
  265. "outline-width",
  266. "overflow",
  267. "overflow-anchor",
  268. "overflow-block",
  269. "overflow-clip-margin",
  270. "overflow-inline",
  271. "overflow-wrap",
  272. "overflow-x",
  273. "overflow-y",
  274. "overscroll-behavior",
  275. "overscroll-behavior-block",
  276. "overscroll-behavior-inline",
  277. "overscroll-behavior-x",
  278. "overscroll-behavior-y",
  279. "padding",
  280. "padding-block",
  281. "padding-block-end",
  282. "padding-block-start",
  283. "padding-bottom",
  284. "padding-inline",
  285. "padding-inline-end",
  286. "padding-inline-start",
  287. "padding-left",
  288. "padding-right",
  289. "padding-top",
  290. "page",
  291. "page-break-after",
  292. "page-break-before",
  293. "page-break-inside",
  294. "paint-order",
  295. "perspective",
  296. "perspective-origin",
  297. "place-content",
  298. "place-items",
  299. "place-self",
  300. "pointer-events",
  301. "position",
  302. "print-color-adjust",
  303. "quotes",
  304. "resize",
  305. "right",
  306. "rotate",
  307. "row-gap",
  308. "ruby-position",
  309. "scale",
  310. "scroll-behavior",
  311. "scroll-margin",
  312. "scroll-margin-block",
  313. "scroll-margin-block-end",
  314. "scroll-margin-block-start",
  315. "scroll-margin-bottom",
  316. "scroll-margin-inline",
  317. "scroll-margin-inline-end",
  318. "scroll-margin-inline-start",
  319. "scroll-margin-left",
  320. "scroll-margin-right",
  321. "scroll-margin-top",
  322. "scroll-padding",
  323. "scroll-padding-block",
  324. "scroll-padding-block-end",
  325. "scroll-padding-block-start",
  326. "scroll-padding-bottom",
  327. "scroll-padding-inline",
  328. "scroll-padding-inline-end",
  329. "scroll-padding-inline-start",
  330. "scroll-padding-left",
  331. "scroll-padding-right",
  332. "scroll-padding-top",
  333. "scroll-snap-align",
  334. "scroll-snap-stop",
  335. "scroll-snap-type",
  336. "scrollbar-color",
  337. "scrollbar-gutter",
  338. "scrollbar-width",
  339. "shape-image-threshold",
  340. "shape-margin",
  341. "shape-outside",
  342. "size-adjust",
  343. "src",
  344. "tab-size",
  345. "table-layout",
  346. "text-align",
  347. "text-align-last",
  348. "text-combine-upright",
  349. "text-decoration",
  350. "text-decoration-color",
  351. "text-decoration-line",
  352. "text-decoration-skip-ink",
  353. "text-decoration-style",
  354. "text-decoration-thickness",
  355. "text-emphasis",
  356. "text-emphasis-color",
  357. "text-emphasis-position",
  358. "text-emphasis-style",
  359. "text-indent",
  360. "text-justify",
  361. "text-orientation",
  362. "text-overflow",
  363. "text-rendering",
  364. "text-shadow",
  365. "text-transform",
  366. "text-underline-offset",
  367. "text-underline-position",
  368. "top",
  369. "touch-action",
  370. "transform",
  371. "transform-box",
  372. "transform-origin",
  373. "transform-style",
  374. "transition",
  375. "transition-delay",
  376. "transition-duration",
  377. "transition-property",
  378. "transition-timing-function",
  379. "translate",
  380. "unicode-bidi",
  381. "unicode-range",
  382. "user-select",
  383. "vertical-align",
  384. "visibility",
  385. "white-space",
  386. "widows",
  387. "width",
  388. "will-change",
  389. "word-break",
  390. "word-spacing",
  391. "writing-mode",
  392. "z-index"
  393. ]