@bookklik/senangstart-css 0.1.8 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/README.md +38 -0
  2. package/dist/senangstart-css.js +2346 -1955
  3. package/dist/senangstart-css.min.js +143 -1479
  4. package/docs/.vitepress/config.js +9 -4
  5. package/docs/SYNTAX-REFERENCE.md +1590 -1555
  6. package/docs/guide/responsive.md +25 -0
  7. package/docs/index.md +7 -1
  8. package/docs/ms/guide/responsive.md +25 -0
  9. package/docs/ms/index.md +7 -1
  10. package/docs/ms/reference/breakpoints.md +23 -0
  11. package/docs/ms/reference/layout/align-content.md +57 -4
  12. package/docs/ms/reference/layout/align-items.md +81 -4
  13. package/docs/ms/reference/layout/align-self.md +25 -4
  14. package/docs/ms/reference/layout/aspect-ratio.md +27 -8
  15. package/docs/ms/reference/layout/border-collapse.md +81 -4
  16. package/docs/ms/reference/layout/border-spacing.md +43 -8
  17. package/docs/ms/reference/layout/box-sizing.md +21 -4
  18. package/docs/ms/reference/layout/caption-side.md +69 -4
  19. package/docs/ms/reference/layout/columns.md +21 -4
  20. package/docs/ms/reference/layout/container.md +21 -4
  21. package/docs/ms/reference/layout/display.md +39 -7
  22. package/docs/ms/reference/layout/flex-basis.md +29 -8
  23. package/docs/ms/reference/layout/flex-direction.md +81 -4
  24. package/docs/ms/reference/layout/flex-items.md +51 -4
  25. package/docs/ms/reference/layout/flex-wrap.md +55 -4
  26. package/docs/ms/reference/layout/flex.md +54 -7
  27. package/docs/ms/reference/layout/float-clear.md +23 -4
  28. package/docs/ms/reference/layout/grid-auto-flow.md +57 -4
  29. package/docs/ms/reference/layout/grid-auto-sizing.md +25 -4
  30. package/docs/ms/reference/layout/grid-column-span.md +59 -4
  31. package/docs/ms/reference/layout/grid-columns.md +61 -4
  32. package/docs/ms/reference/layout/grid-row-span.md +29 -4
  33. package/docs/ms/reference/layout/grid-rows.md +31 -4
  34. package/docs/ms/reference/layout/inset.md +56 -7
  35. package/docs/ms/reference/layout/isolation.md +21 -4
  36. package/docs/ms/reference/layout/justify-content.md +81 -4
  37. package/docs/ms/reference/layout/justify-items.md +25 -4
  38. package/docs/ms/reference/layout/justify-self.md +25 -4
  39. package/docs/ms/reference/layout/object-fit.md +57 -4
  40. package/docs/ms/reference/layout/object-position.md +29 -8
  41. package/docs/ms/reference/layout/order.md +53 -4
  42. package/docs/ms/reference/layout/overflow.md +45 -4
  43. package/docs/ms/reference/layout/overscroll.md +21 -4
  44. package/docs/ms/reference/layout/place-content.md +23 -4
  45. package/docs/ms/reference/layout/place-items.md +25 -4
  46. package/docs/ms/reference/layout/place-self.md +25 -4
  47. package/docs/ms/reference/layout/position.md +47 -4
  48. package/docs/ms/reference/layout/shorthand-alignment.md +47 -4
  49. package/docs/ms/reference/layout/table-layout.md +69 -4
  50. package/docs/ms/reference/layout/visibility.md +25 -4
  51. package/docs/ms/reference/layout/z-index.md +27 -4
  52. package/docs/ms/reference/space/gap.md +71 -7
  53. package/docs/ms/reference/space/height.md +61 -7
  54. package/docs/ms/reference/space/margin.md +61 -7
  55. package/docs/ms/reference/space/padding.md +65 -7
  56. package/docs/ms/reference/space/width.md +61 -7
  57. package/docs/ms/reference/visual/accent-color.md +29 -8
  58. package/docs/ms/reference/visual/animation-builtin.md +29 -8
  59. package/docs/ms/reference/visual/animation-delay.md +27 -8
  60. package/docs/ms/reference/visual/animation-direction.md +25 -4
  61. package/docs/ms/reference/visual/animation-duration.md +27 -8
  62. package/docs/ms/reference/visual/animation-fill.md +49 -4
  63. package/docs/ms/reference/visual/animation-iteration.md +23 -4
  64. package/docs/ms/reference/visual/animation-play.md +23 -4
  65. package/docs/ms/reference/visual/appearance.md +23 -4
  66. package/docs/ms/reference/visual/backdrop-blur.md +29 -8
  67. package/docs/ms/reference/visual/backdrop-brightness.md +29 -8
  68. package/docs/ms/reference/visual/backdrop-contrast.md +29 -8
  69. package/docs/ms/reference/visual/backdrop-grayscale.md +27 -8
  70. package/docs/ms/reference/visual/backdrop-hue-rotate.md +29 -8
  71. package/docs/ms/reference/visual/backdrop-invert.md +27 -8
  72. package/docs/ms/reference/visual/backdrop-opacity.md +29 -8
  73. package/docs/ms/reference/visual/backdrop-saturate.md +29 -8
  74. package/docs/ms/reference/visual/backdrop-sepia.md +27 -8
  75. package/docs/ms/reference/visual/background-attachment.md +23 -4
  76. package/docs/ms/reference/visual/background-blend-mode.md +25 -4
  77. package/docs/ms/reference/visual/background-clip.md +21 -4
  78. package/docs/ms/reference/visual/background-color.md +33 -8
  79. package/docs/ms/reference/visual/background-image.md +27 -8
  80. package/docs/ms/reference/visual/background-origin.md +25 -4
  81. package/docs/ms/reference/visual/background-position.md +29 -8
  82. package/docs/ms/reference/visual/background-repeat.md +25 -4
  83. package/docs/ms/reference/visual/background-size.md +29 -8
  84. package/docs/ms/reference/visual/blend-modes.md +23 -4
  85. package/docs/ms/reference/visual/border-radius.md +36 -4
  86. package/docs/ms/reference/visual/border-style.md +25 -4
  87. package/docs/ms/reference/visual/border-width.md +29 -8
  88. package/docs/ms/reference/visual/border.md +56 -7
  89. package/docs/ms/reference/visual/box-shadow.md +34 -4
  90. package/docs/ms/reference/visual/caret-color.md +25 -8
  91. package/docs/ms/reference/visual/color-scheme.md +23 -4
  92. package/docs/ms/reference/visual/cursor.md +25 -4
  93. package/docs/ms/reference/visual/field-sizing.md +23 -4
  94. package/docs/ms/reference/visual/fill.md +29 -8
  95. package/docs/ms/reference/visual/filter-blur.md +29 -8
  96. package/docs/ms/reference/visual/filter-brightness.md +29 -8
  97. package/docs/ms/reference/visual/filter-contrast.md +29 -8
  98. package/docs/ms/reference/visual/filter-drop-shadow.md +29 -8
  99. package/docs/ms/reference/visual/filter-grayscale.md +29 -8
  100. package/docs/ms/reference/visual/filter-hue-rotate.md +29 -8
  101. package/docs/ms/reference/visual/filter-invert.md +27 -8
  102. package/docs/ms/reference/visual/filter-saturate.md +29 -8
  103. package/docs/ms/reference/visual/filter-sepia.md +29 -8
  104. package/docs/ms/reference/visual/font-family.md +25 -4
  105. package/docs/ms/reference/visual/font-smoothing.md +23 -4
  106. package/docs/ms/reference/visual/font-style.md +23 -4
  107. package/docs/ms/reference/visual/font-variant-numeric.md +25 -4
  108. package/docs/ms/reference/visual/font-weight.md +35 -4
  109. package/docs/ms/reference/visual/forced-color-adjust.md +23 -4
  110. package/docs/ms/reference/visual/hyphens.md +25 -4
  111. package/docs/ms/reference/visual/letter-spacing.md +29 -8
  112. package/docs/ms/reference/visual/line-clamp.md +29 -8
  113. package/docs/ms/reference/visual/line-height.md +29 -8
  114. package/docs/ms/reference/visual/list-style.md +25 -4
  115. package/docs/ms/reference/visual/mask.md +29 -8
  116. package/docs/ms/reference/visual/opacity.md +27 -4
  117. package/docs/ms/reference/visual/outline.md +25 -8
  118. package/docs/ms/reference/visual/pointer-events.md +23 -4
  119. package/docs/ms/reference/visual/resize.md +27 -4
  120. package/docs/ms/reference/visual/scroll-behavior.md +23 -4
  121. package/docs/ms/reference/visual/scroll-margin.md +25 -8
  122. package/docs/ms/reference/visual/scroll-padding.md +25 -8
  123. package/docs/ms/reference/visual/scroll-snap-align.md +25 -4
  124. package/docs/ms/reference/visual/scroll-snap-stop.md +23 -4
  125. package/docs/ms/reference/visual/scroll-snap-type.md +25 -4
  126. package/docs/ms/reference/visual/state-prefixes.md +23 -4
  127. package/docs/ms/reference/visual/stroke-width.md +29 -8
  128. package/docs/ms/reference/visual/stroke.md +27 -8
  129. package/docs/ms/reference/visual/text-alignment.md +25 -4
  130. package/docs/ms/reference/visual/text-color.md +31 -8
  131. package/docs/ms/reference/visual/text-decoration.md +25 -4
  132. package/docs/ms/reference/visual/text-indent.md +29 -8
  133. package/docs/ms/reference/visual/text-overflow.md +23 -4
  134. package/docs/ms/reference/visual/text-shadow.md +31 -8
  135. package/docs/ms/reference/visual/text-size.md +84 -32
  136. package/docs/ms/reference/visual/text-transform.md +25 -4
  137. package/docs/ms/reference/visual/text-wrap.md +25 -4
  138. package/docs/ms/reference/visual/touch-action.md +25 -4
  139. package/docs/ms/reference/visual/transform-backface.md +45 -6
  140. package/docs/ms/reference/visual/transform-origin.md +27 -8
  141. package/docs/ms/reference/visual/transform-perspective-origin.md +61 -10
  142. package/docs/ms/reference/visual/transform-perspective.md +61 -10
  143. package/docs/ms/reference/visual/transform-rotate-3d.md +93 -0
  144. package/docs/ms/reference/visual/transform-rotate.md +29 -8
  145. package/docs/ms/reference/visual/transform-scale.md +29 -8
  146. package/docs/ms/reference/visual/transform-skew.md +29 -8
  147. package/docs/ms/reference/visual/transform-style.md +47 -8
  148. package/docs/ms/reference/visual/transform-translate-z.md +90 -0
  149. package/docs/ms/reference/visual/transform-translate.md +60 -13
  150. package/docs/ms/reference/visual/transition-delay.md +27 -8
  151. package/docs/ms/reference/visual/transition-duration.md +27 -8
  152. package/docs/ms/reference/visual/transition-property.md +21 -4
  153. package/docs/ms/reference/visual/transition-timing.md +29 -8
  154. package/docs/ms/reference/visual/typography-keywords.md +27 -4
  155. package/docs/ms/reference/visual/user-select.md +23 -4
  156. package/docs/ms/reference/visual/vertical-align.md +27 -4
  157. package/docs/ms/reference/visual/whitespace.md +25 -4
  158. package/docs/ms/reference/visual/will-change.md +23 -4
  159. package/docs/ms/reference/visual/word-break.md +25 -4
  160. package/docs/public/assets/senangstart-css-logo.svg +1 -0
  161. package/docs/public/assets/ss-logo.svg +83 -0
  162. package/docs/reference/breakpoints.md +23 -0
  163. package/docs/reference/layout/align-content.md +57 -4
  164. package/docs/reference/layout/align-items.md +81 -4
  165. package/docs/reference/layout/align-self.md +25 -4
  166. package/docs/reference/layout/aspect-ratio.md +27 -8
  167. package/docs/reference/layout/border-collapse.md +81 -4
  168. package/docs/reference/layout/border-spacing.md +43 -8
  169. package/docs/reference/layout/box-sizing.md +21 -4
  170. package/docs/reference/layout/caption-side.md +69 -4
  171. package/docs/reference/layout/columns.md +21 -4
  172. package/docs/reference/layout/container.md +21 -4
  173. package/docs/reference/layout/display.md +39 -7
  174. package/docs/reference/layout/flex-basis.md +29 -8
  175. package/docs/reference/layout/flex-direction.md +81 -4
  176. package/docs/reference/layout/flex-items.md +51 -4
  177. package/docs/reference/layout/flex-wrap.md +55 -4
  178. package/docs/reference/layout/flex.md +54 -7
  179. package/docs/reference/layout/float-clear.md +23 -4
  180. package/docs/reference/layout/grid-auto-flow.md +57 -4
  181. package/docs/reference/layout/grid-auto-sizing.md +25 -4
  182. package/docs/reference/layout/grid-column-span.md +59 -4
  183. package/docs/reference/layout/grid-columns.md +61 -4
  184. package/docs/reference/layout/grid-row-span.md +29 -4
  185. package/docs/reference/layout/grid-rows.md +31 -4
  186. package/docs/reference/layout/inset.md +56 -7
  187. package/docs/reference/layout/isolation.md +21 -4
  188. package/docs/reference/layout/justify-content.md +81 -4
  189. package/docs/reference/layout/justify-items.md +25 -4
  190. package/docs/reference/layout/justify-self.md +25 -4
  191. package/docs/reference/layout/object-fit.md +57 -4
  192. package/docs/reference/layout/object-position.md +29 -8
  193. package/docs/reference/layout/order.md +53 -4
  194. package/docs/reference/layout/overflow.md +45 -4
  195. package/docs/reference/layout/overscroll.md +21 -4
  196. package/docs/reference/layout/place-content.md +23 -4
  197. package/docs/reference/layout/place-items.md +25 -4
  198. package/docs/reference/layout/place-self.md +25 -4
  199. package/docs/reference/layout/position.md +47 -4
  200. package/docs/reference/layout/shorthand-alignment.md +47 -4
  201. package/docs/reference/layout/table-layout.md +69 -4
  202. package/docs/reference/layout/visibility.md +25 -4
  203. package/docs/reference/layout/z-index.md +27 -4
  204. package/docs/reference/space/gap.md +71 -7
  205. package/docs/reference/space/height.md +61 -7
  206. package/docs/reference/space/margin.md +61 -7
  207. package/docs/reference/space/padding.md +65 -7
  208. package/docs/reference/space/width.md +61 -7
  209. package/docs/reference/visual/accent-color.md +29 -8
  210. package/docs/reference/visual/animation-builtin.md +29 -8
  211. package/docs/reference/visual/animation-delay.md +27 -8
  212. package/docs/reference/visual/animation-direction.md +25 -4
  213. package/docs/reference/visual/animation-duration.md +27 -8
  214. package/docs/reference/visual/animation-fill.md +49 -4
  215. package/docs/reference/visual/animation-iteration.md +23 -4
  216. package/docs/reference/visual/animation-play.md +23 -4
  217. package/docs/reference/visual/appearance.md +23 -4
  218. package/docs/reference/visual/backdrop-blur.md +29 -8
  219. package/docs/reference/visual/backdrop-brightness.md +29 -8
  220. package/docs/reference/visual/backdrop-contrast.md +29 -8
  221. package/docs/reference/visual/backdrop-grayscale.md +27 -8
  222. package/docs/reference/visual/backdrop-hue-rotate.md +29 -8
  223. package/docs/reference/visual/backdrop-invert.md +27 -8
  224. package/docs/reference/visual/backdrop-opacity.md +29 -8
  225. package/docs/reference/visual/backdrop-saturate.md +29 -8
  226. package/docs/reference/visual/backdrop-sepia.md +27 -8
  227. package/docs/reference/visual/background-attachment.md +23 -4
  228. package/docs/reference/visual/background-blend-mode.md +25 -4
  229. package/docs/reference/visual/background-clip.md +21 -4
  230. package/docs/reference/visual/background-color.md +33 -8
  231. package/docs/reference/visual/background-image.md +27 -8
  232. package/docs/reference/visual/background-origin.md +25 -4
  233. package/docs/reference/visual/background-position.md +29 -8
  234. package/docs/reference/visual/background-repeat.md +25 -4
  235. package/docs/reference/visual/background-size.md +29 -8
  236. package/docs/reference/visual/blend-modes.md +23 -4
  237. package/docs/reference/visual/border-radius.md +36 -4
  238. package/docs/reference/visual/border-style.md +25 -4
  239. package/docs/reference/visual/border-width.md +29 -8
  240. package/docs/reference/visual/border.md +56 -7
  241. package/docs/reference/visual/box-shadow.md +34 -4
  242. package/docs/reference/visual/caret-color.md +25 -8
  243. package/docs/reference/visual/color-scheme.md +23 -4
  244. package/docs/reference/visual/cursor.md +25 -4
  245. package/docs/reference/visual/field-sizing.md +23 -4
  246. package/docs/reference/visual/fill.md +29 -8
  247. package/docs/reference/visual/filter-blur.md +29 -8
  248. package/docs/reference/visual/filter-brightness.md +29 -8
  249. package/docs/reference/visual/filter-contrast.md +29 -8
  250. package/docs/reference/visual/filter-drop-shadow.md +29 -8
  251. package/docs/reference/visual/filter-grayscale.md +29 -8
  252. package/docs/reference/visual/filter-hue-rotate.md +29 -8
  253. package/docs/reference/visual/filter-invert.md +27 -8
  254. package/docs/reference/visual/filter-saturate.md +29 -8
  255. package/docs/reference/visual/filter-sepia.md +29 -8
  256. package/docs/reference/visual/font-family.md +25 -4
  257. package/docs/reference/visual/font-smoothing.md +23 -4
  258. package/docs/reference/visual/font-style.md +23 -4
  259. package/docs/reference/visual/font-variant-numeric.md +25 -4
  260. package/docs/reference/visual/font-weight.md +35 -4
  261. package/docs/reference/visual/forced-color-adjust.md +23 -4
  262. package/docs/reference/visual/hyphens.md +25 -4
  263. package/docs/reference/visual/letter-spacing.md +29 -8
  264. package/docs/reference/visual/line-clamp.md +29 -8
  265. package/docs/reference/visual/line-height.md +29 -8
  266. package/docs/reference/visual/list-style.md +25 -4
  267. package/docs/reference/visual/mask.md +29 -8
  268. package/docs/reference/visual/opacity.md +27 -4
  269. package/docs/reference/visual/outline.md +25 -8
  270. package/docs/reference/visual/pointer-events.md +23 -4
  271. package/docs/reference/visual/resize.md +27 -4
  272. package/docs/reference/visual/scroll-behavior.md +23 -4
  273. package/docs/reference/visual/scroll-margin.md +25 -8
  274. package/docs/reference/visual/scroll-padding.md +25 -8
  275. package/docs/reference/visual/scroll-snap-align.md +25 -4
  276. package/docs/reference/visual/scroll-snap-stop.md +23 -4
  277. package/docs/reference/visual/scroll-snap-type.md +25 -4
  278. package/docs/reference/visual/state-prefixes.md +23 -4
  279. package/docs/reference/visual/stroke-width.md +29 -8
  280. package/docs/reference/visual/stroke.md +27 -8
  281. package/docs/reference/visual/text-alignment.md +25 -4
  282. package/docs/reference/visual/text-color.md +31 -8
  283. package/docs/reference/visual/text-decoration.md +25 -4
  284. package/docs/reference/visual/text-indent.md +29 -8
  285. package/docs/reference/visual/text-overflow.md +23 -4
  286. package/docs/reference/visual/text-shadow.md +31 -8
  287. package/docs/reference/visual/text-size.md +84 -32
  288. package/docs/reference/visual/text-transform.md +25 -4
  289. package/docs/reference/visual/text-wrap.md +25 -4
  290. package/docs/reference/visual/touch-action.md +25 -4
  291. package/docs/reference/visual/transform-backface.md +45 -6
  292. package/docs/reference/visual/transform-origin.md +27 -8
  293. package/docs/reference/visual/transform-perspective-origin.md +61 -10
  294. package/docs/reference/visual/transform-perspective.md +61 -10
  295. package/docs/reference/visual/transform-rotate-3d.md +93 -0
  296. package/docs/reference/visual/transform-rotate.md +29 -8
  297. package/docs/reference/visual/transform-scale.md +29 -8
  298. package/docs/reference/visual/transform-skew.md +29 -8
  299. package/docs/reference/visual/transform-style.md +47 -8
  300. package/docs/reference/visual/transform-translate-z.md +90 -0
  301. package/docs/reference/visual/transform-translate.md +60 -13
  302. package/docs/reference/visual/transition-delay.md +27 -8
  303. package/docs/reference/visual/transition-duration.md +27 -8
  304. package/docs/reference/visual/transition-property.md +21 -4
  305. package/docs/reference/visual/transition-timing.md +29 -8
  306. package/docs/reference/visual/typography-keywords.md +27 -4
  307. package/docs/reference/visual/user-select.md +23 -4
  308. package/docs/reference/visual/vertical-align.md +27 -4
  309. package/docs/reference/visual/whitespace.md +25 -4
  310. package/docs/reference/visual/will-change.md +23 -4
  311. package/docs/reference/visual/word-break.md +25 -4
  312. package/docs/syntax-reference.json +2009 -1972
  313. package/package.json +3 -2
  314. package/playground/index.html +37 -38
  315. package/playground/jit-tw-mix-test.html +238 -0
  316. package/playground/sample_code.txt +23 -0
  317. package/playground/tw-convertor.html +696 -0
  318. package/scripts/build-dist.js +34 -29
  319. package/scripts/bundle-jit.js +45 -0
  320. package/scripts/convert-tailwind.js +759 -0
  321. package/scripts/generate-docs.js +74 -23
  322. package/src/cdn/jit.js +364 -109
  323. package/src/cli/commands/build.js +14 -6
  324. package/src/cli/commands/dev.js +28 -10
  325. package/src/compiler/generators/css.js +211 -30
  326. package/src/compiler/parser.js +23 -10
  327. package/src/compiler/tokenizer.js +19 -137
  328. package/src/config/defaults.js +76 -25
  329. package/src/core/constants.js +427 -0
  330. package/src/core/tokenizer-core.js +233 -0
  331. package/src/definitions/layout-alignment.js +210 -0
  332. package/src/definitions/layout-flex.js +155 -0
  333. package/src/definitions/layout-grid.js +134 -0
  334. package/src/definitions/layout-positioning.js +64 -0
  335. package/src/definitions/layout-table.js +129 -0
  336. package/src/definitions/layout-utilities.js +164 -0
  337. package/src/definitions/space.js +172 -0
  338. package/src/definitions/visual-backgrounds.js +231 -0
  339. package/src/definitions/visual-borders.js +66 -0
  340. package/src/definitions/visual-filters.js +111 -0
  341. package/src/definitions/visual-interactivity.js +159 -0
  342. package/src/definitions/visual-svg.js +41 -0
  343. package/src/definitions/visual-transform3d.js +255 -15
  344. package/src/definitions/visual-transforms.js +92 -6
  345. package/src/definitions/visual-transitions.js +158 -0
  346. package/src/definitions/visual-typography.js +223 -0
  347. package/src/definitions/visual.js +321 -1
  348. package/tests/integration/compiler.test.js +63 -2
  349. package/tests/unit/convert-tailwind.test.js +324 -0
  350. package/tests/unit/security.test.js +206 -0
@@ -1,1973 +1,2010 @@
1
- [
2
- {
3
- "name": "display",
4
- "property": "layout",
5
- "syntax": "layout=\"[display-value]\"",
6
- "category": "layout",
7
- "values": [
8
- "flex",
9
- "inline-flex",
10
- "grid",
11
- "inline-grid",
12
- "block",
13
- "inline",
14
- "hidden"
15
- ],
16
- "supportsArbitrary": false
17
- },
18
- {
19
- "name": "flex-direction",
20
- "property": "layout",
21
- "syntax": "layout=\"[direction]\"",
22
- "category": "layout",
23
- "values": [
24
- "row",
25
- "col",
26
- "row-reverse",
27
- "col-reverse"
28
- ],
29
- "supportsArbitrary": false
30
- },
31
- {
32
- "name": "flex-wrap",
33
- "property": "layout",
34
- "syntax": "layout=\"[wrap-value]\"",
35
- "category": "layout",
36
- "values": [
37
- "wrap",
38
- "nowrap",
39
- "wrap-reverse"
40
- ],
41
- "supportsArbitrary": false
42
- },
43
- {
44
- "name": "flex-items",
45
- "property": "layout",
46
- "syntax": "layout=\"[flex-item-value]\"",
47
- "category": "layout",
48
- "values": [
49
- "grow",
50
- "grow-0",
51
- "shrink",
52
- "shrink-0"
53
- ],
54
- "supportsArbitrary": false
55
- },
56
- {
57
- "name": "justify-content",
58
- "property": "layout",
59
- "syntax": "layout=\"justify:[value]\"",
60
- "category": "layout",
61
- "values": [
62
- "start",
63
- "end",
64
- "center",
65
- "between",
66
- "around",
67
- "evenly",
68
- "stretch"
69
- ],
70
- "supportsArbitrary": false
71
- },
72
- {
73
- "name": "align-items",
74
- "property": "layout",
75
- "syntax": "layout=\"items:[value]\"",
76
- "category": "layout",
77
- "values": [
78
- "start",
79
- "end",
80
- "center",
81
- "baseline",
82
- "stretch"
83
- ],
84
- "supportsArbitrary": false
85
- },
86
- {
87
- "name": "align-self",
88
- "property": "layout",
89
- "syntax": "layout=\"self:[value]\"",
90
- "category": "layout",
91
- "values": [
92
- "auto",
93
- "start",
94
- "end",
95
- "center",
96
- "baseline",
97
- "stretch"
98
- ],
99
- "supportsArbitrary": false
100
- },
101
- {
102
- "name": "align-content",
103
- "property": "layout",
104
- "syntax": "layout=\"content:[value]\"",
105
- "category": "layout",
106
- "values": [
107
- "start",
108
- "end",
109
- "center",
110
- "between",
111
- "around",
112
- "evenly",
113
- "stretch"
114
- ],
115
- "supportsArbitrary": false
116
- },
117
- {
118
- "name": "position",
119
- "property": "layout",
120
- "syntax": "layout=\"[position-value]\"",
121
- "category": "layout",
122
- "values": [
123
- "static",
124
- "relative",
125
- "absolute",
126
- "fixed",
127
- "sticky"
128
- ],
129
- "supportsArbitrary": false
130
- },
131
- {
132
- "name": "visibility",
133
- "property": "layout",
134
- "syntax": "layout=\"[visibility-value]\"",
135
- "category": "layout",
136
- "values": [
137
- "visible",
138
- "invisible"
139
- ],
140
- "supportsArbitrary": false
141
- },
142
- {
143
- "name": "grid-columns",
144
- "property": "layout",
145
- "syntax": "layout=\"grid-cols:[value]\"",
146
- "category": "layout",
147
- "values": [
148
- "1-12",
149
- "none",
150
- "subgrid"
151
- ],
152
- "supportsArbitrary": false
153
- },
154
- {
155
- "name": "grid-rows",
156
- "property": "layout",
157
- "syntax": "layout=\"grid-rows:[value]\"",
158
- "category": "layout",
159
- "values": [
160
- "1-12",
161
- "none",
162
- "subgrid"
163
- ],
164
- "supportsArbitrary": false
165
- },
166
- {
167
- "name": "grid-column-span",
168
- "property": "layout",
169
- "syntax": "layout=\"col-span:[value]\"",
170
- "category": "layout",
171
- "values": [
172
- "1-12",
173
- "full"
174
- ],
175
- "supportsArbitrary": false
176
- },
177
- {
178
- "name": "grid-row-span",
179
- "property": "layout",
180
- "syntax": "layout=\"row-span:[value]\"",
181
- "category": "layout",
182
- "values": [
183
- "1-12",
184
- "full"
185
- ],
186
- "supportsArbitrary": false
187
- },
188
- {
189
- "name": "grid-auto-flow",
190
- "property": "layout",
191
- "syntax": "layout=\"grid-flow:[value]\"",
192
- "category": "layout",
193
- "values": [
194
- "row",
195
- "col",
196
- "dense",
197
- "row-dense",
198
- "col-dense"
199
- ],
200
- "supportsArbitrary": false
201
- },
202
- {
203
- "name": "grid-auto-sizing",
204
- "property": "layout",
205
- "syntax": "layout=\"auto-cols:[value]\" or layout=\"auto-rows:[value]\"",
206
- "category": "layout",
207
- "values": [
208
- "auto",
209
- "min",
210
- "max",
211
- "fr"
212
- ],
213
- "supportsArbitrary": false
214
- },
215
- {
216
- "name": "overflow",
217
- "property": "layout",
218
- "syntax": "layout=\"overflow:[value]\"",
219
- "category": "layout",
220
- "values": [
221
- "auto",
222
- "hidden",
223
- "visible",
224
- "scroll",
225
- "clip"
226
- ],
227
- "supportsArbitrary": false
228
- },
229
- {
230
- "name": "z-index",
231
- "property": "layout",
232
- "syntax": "layout=\"z:[value]\"",
233
- "category": "layout",
234
- "values": [
235
- "base",
236
- "low",
237
- "mid",
238
- "high",
239
- "top"
240
- ],
241
- "supportsArbitrary": false
242
- },
243
- {
244
- "name": "shorthand-alignment",
245
- "property": "layout",
246
- "syntax": "layout=\"[alignment]\"",
247
- "category": "layout",
248
- "values": [
249
- "center",
250
- "start",
251
- "end",
252
- "between",
253
- "around",
254
- "evenly"
255
- ],
256
- "supportsArbitrary": false
257
- },
258
- {
259
- "name": "box-sizing",
260
- "property": "layout",
261
- "syntax": "layout=\"box:[value]\"",
262
- "category": "layout",
263
- "values": [
264
- "border",
265
- "content"
266
- ],
267
- "supportsArbitrary": false
268
- },
269
- {
270
- "name": "float-clear",
271
- "property": "layout",
272
- "syntax": "layout=\"float:[value]\" or layout=\"clear:[value]\"",
273
- "category": "layout",
274
- "values": [
275
- "left",
276
- "right",
277
- "none"
278
- ],
279
- "supportsArbitrary": false
280
- },
281
- {
282
- "name": "aspect-ratio",
283
- "property": "layout",
284
- "syntax": "layout=\"aspect:[value]\"",
285
- "category": "layout",
286
- "values": [
287
- "auto",
288
- "square",
289
- "video"
290
- ],
291
- "supportsArbitrary": true
292
- },
293
- {
294
- "name": "object-fit",
295
- "property": "layout",
296
- "syntax": "layout=\"object:[value]\"",
297
- "category": "layout",
298
- "values": [
299
- "contain",
300
- "cover",
301
- "fill",
302
- "none",
303
- "scale-down"
304
- ],
305
- "supportsArbitrary": false
306
- },
307
- {
308
- "name": "object-position",
309
- "property": "layout",
310
- "syntax": "layout=\"object-pos:[value]\"",
311
- "category": "layout",
312
- "values": [
313
- "center",
314
- "top",
315
- "bottom",
316
- "left",
317
- "right",
318
- "top-left",
319
- "top-right",
320
- "bottom-left",
321
- "bottom-right"
322
- ],
323
- "supportsArbitrary": true
324
- },
325
- {
326
- "name": "order",
327
- "property": "layout",
328
- "syntax": "layout=\"order:[value]\"",
329
- "category": "layout",
330
- "values": [
331
- "first",
332
- "last",
333
- "none",
334
- "1-12"
335
- ],
336
- "supportsArbitrary": false
337
- },
338
- {
339
- "name": "container",
340
- "property": "layout",
341
- "syntax": "layout=\"container\"",
342
- "category": "layout",
343
- "values": [
344
- "container"
345
- ],
346
- "supportsArbitrary": false
347
- },
348
- {
349
- "name": "isolation",
350
- "property": "layout",
351
- "syntax": "layout=\"isolation:[value]\"",
352
- "category": "layout",
353
- "values": [
354
- "isolate",
355
- "auto"
356
- ],
357
- "supportsArbitrary": false
358
- },
359
- {
360
- "name": "inset",
361
- "property": "layout",
362
- "syntax": "layout=\"inset:[value]\" or layout=\"top:[value]\"",
363
- "category": "layout",
364
- "values": [
365
- "inset",
366
- "inset-x",
367
- "inset-y",
368
- "top",
369
- "right",
370
- "bottom",
371
- "left"
372
- ],
373
- "supportsArbitrary": true
374
- },
375
- {
376
- "name": "overscroll",
377
- "property": "layout",
378
- "syntax": "layout=\"overscroll:[value]\"",
379
- "category": "layout",
380
- "values": [
381
- "auto",
382
- "contain",
383
- "none"
384
- ],
385
- "supportsArbitrary": false
386
- },
387
- {
388
- "name": "columns",
389
- "property": "layout",
390
- "syntax": "layout=\"cols:[value]\"",
391
- "category": "layout",
392
- "values": [
393
- "1-12",
394
- "auto"
395
- ],
396
- "supportsArbitrary": false
397
- },
398
- {
399
- "name": "border-collapse",
400
- "property": "layout",
401
- "syntax": "layout=\"border:[value]\"",
402
- "category": "layout",
403
- "values": [
404
- "collapse",
405
- "separate"
406
- ],
407
- "supportsArbitrary": false
408
- },
409
- {
410
- "name": "border-spacing",
411
- "property": "layout",
412
- "syntax": "layout=\"border-spacing:[value]\"",
413
- "category": "layout",
414
- "values": [
415
- "border-spacing",
416
- "border-spacing-x",
417
- "border-spacing-y"
418
- ],
419
- "supportsArbitrary": true
420
- },
421
- {
422
- "name": "table-layout",
423
- "property": "layout",
424
- "syntax": "layout=\"table:[value]\"",
425
- "category": "layout",
426
- "values": [
427
- "auto",
428
- "fixed"
429
- ],
430
- "supportsArbitrary": false
431
- },
432
- {
433
- "name": "caption-side",
434
- "property": "layout",
435
- "syntax": "layout=\"caption:[value]\"",
436
- "category": "layout",
437
- "values": [
438
- "top",
439
- "bottom"
440
- ],
441
- "supportsArbitrary": false
442
- },
443
- {
444
- "name": "justify-items",
445
- "property": "layout",
446
- "syntax": "layout=\"justify-items:[value]\"",
447
- "category": "layout",
448
- "values": [
449
- "start",
450
- "end",
451
- "center",
452
- "stretch"
453
- ],
454
- "supportsArbitrary": false
455
- },
456
- {
457
- "name": "justify-self",
458
- "property": "layout",
459
- "syntax": "layout=\"justify-self:[value]\"",
460
- "category": "layout",
461
- "values": [
462
- "auto",
463
- "start",
464
- "end",
465
- "center",
466
- "stretch"
467
- ],
468
- "supportsArbitrary": false
469
- },
470
- {
471
- "name": "place-content",
472
- "property": "layout",
473
- "syntax": "layout=\"place-content:[value]\"",
474
- "category": "layout",
475
- "values": [
476
- "start",
477
- "end",
478
- "center",
479
- "between",
480
- "around",
481
- "evenly",
482
- "stretch"
483
- ],
484
- "supportsArbitrary": false
485
- },
486
- {
487
- "name": "place-items",
488
- "property": "layout",
489
- "syntax": "layout=\"place-items:[value]\"",
490
- "category": "layout",
491
- "values": [
492
- "start",
493
- "end",
494
- "center",
495
- "stretch"
496
- ],
497
- "supportsArbitrary": false
498
- },
499
- {
500
- "name": "place-self",
501
- "property": "layout",
502
- "syntax": "layout=\"place-self:[value]\"",
503
- "category": "layout",
504
- "values": [
505
- "auto",
506
- "start",
507
- "end",
508
- "center",
509
- "stretch"
510
- ],
511
- "supportsArbitrary": false
512
- },
513
- {
514
- "name": "flex",
515
- "property": "layout",
516
- "syntax": "layout=\"flex:[value]\"",
517
- "category": "layout",
518
- "values": [
519
- "1",
520
- "auto",
521
- "initial",
522
- "none"
523
- ],
524
- "supportsArbitrary": true
525
- },
526
- {
527
- "name": "flex-basis",
528
- "property": "layout",
529
- "syntax": "layout=\"basis:[value]\"",
530
- "category": "layout",
531
- "values": [
532
- "auto",
533
- "0"
534
- ],
535
- "supportsArbitrary": true
536
- },
537
- {
538
- "name": "padding",
539
- "property": "space",
540
- "syntax": "space=\"p:[value]\" or space=\"p-{side}:[value]\"",
541
- "category": "space",
542
- "values": [
543
- null,
544
- null,
545
- null,
546
- null,
547
- null,
548
- null,
549
- null
550
- ],
551
- "supportsArbitrary": true
552
- },
553
- {
554
- "name": "margin",
555
- "property": "space",
556
- "syntax": "space=\"m:[value]\" or space=\"m-{side}:[value]\"",
557
- "category": "space",
558
- "values": [
559
- null,
560
- null,
561
- null,
562
- null,
563
- null,
564
- null,
565
- null
566
- ],
567
- "supportsArbitrary": true
568
- },
569
- {
570
- "name": "gap",
571
- "property": "space",
572
- "syntax": "space=\"g:[value]\" or space=\"g-{axis}:[value]\"",
573
- "category": "space",
574
- "values": [
575
- null,
576
- null,
577
- null
578
- ],
579
- "supportsArbitrary": true
580
- },
581
- {
582
- "name": "width",
583
- "property": "space",
584
- "syntax": "space=\"w:[value]\"",
585
- "category": "space",
586
- "values": [
587
- null,
588
- null,
589
- null
590
- ],
591
- "supportsArbitrary": true
592
- },
593
- {
594
- "name": "height",
595
- "property": "space",
596
- "syntax": "space=\"h:[value]\"",
597
- "category": "space",
598
- "values": [
599
- null,
600
- null,
601
- null
602
- ],
603
- "supportsArbitrary": true
604
- },
605
- {
606
- "name": "background-color",
607
- "property": "visual",
608
- "syntax": "visual=\"bg:[color]\"",
609
- "category": "visual",
610
- "values": [],
611
- "supportsArbitrary": true
612
- },
613
- {
614
- "name": "text-color",
615
- "property": "visual",
616
- "syntax": "visual=\"text:[color]\"",
617
- "category": "visual",
618
- "values": [
619
- "left",
620
- "center",
621
- "right",
622
- "justify"
623
- ],
624
- "supportsArbitrary": true
625
- },
626
- {
627
- "name": "text-size",
628
- "property": "visual",
629
- "syntax": "visual=\"text-size:[value]\"",
630
- "category": "visual",
631
- "values": [],
632
- "supportsArbitrary": true
633
- },
634
- {
635
- "name": "font-weight",
636
- "property": "visual",
637
- "syntax": "visual=\"font:[weight]\"",
638
- "category": "visual",
639
- "values": [
640
- "normal",
641
- "medium",
642
- "bold"
643
- ],
644
- "supportsArbitrary": false
645
- },
646
- {
647
- "name": "font-family",
648
- "property": "visual",
649
- "syntax": "visual=\"font:[family]\"",
650
- "category": "visual",
651
- "values": [
652
- "sans",
653
- "serif",
654
- "mono"
655
- ],
656
- "supportsArbitrary": false
657
- },
658
- {
659
- "name": "typography-keywords",
660
- "property": "visual",
661
- "syntax": "visual=\"[keyword]\"",
662
- "category": "visual",
663
- "values": [
664
- "italic",
665
- "not-italic",
666
- "antialiased",
667
- "subpixel-antialiased",
668
- "uppercase",
669
- "lowercase",
670
- "capitalize",
671
- "normal-case",
672
- "underline",
673
- "overline",
674
- "line-through",
675
- "no-underline",
676
- "decoration-solid",
677
- "decoration-double",
678
- "decoration-dotted",
679
- "decoration-dashed",
680
- "decoration-wavy",
681
- "truncate",
682
- "text-ellipsis",
683
- "text-clip",
684
- "text-wrap",
685
- "text-nowrap",
686
- "text-balance",
687
- "text-pretty",
688
- "whitespace-normal",
689
- "whitespace-nowrap",
690
- "whitespace-pre",
691
- "whitespace-pre-line",
692
- "whitespace-pre-wrap",
693
- "whitespace-break-spaces",
694
- "break-normal",
695
- "break-words",
696
- "break-all",
697
- "break-keep",
698
- "hyphens-none",
699
- "hyphens-manual",
700
- "hyphens-auto",
701
- "align-baseline",
702
- "align-top",
703
- "align-middle",
704
- "align-bottom",
705
- "align-text-top",
706
- "align-text-bottom",
707
- "align-sub",
708
- "align-super",
709
- "list-none",
710
- "list-disc",
711
- "list-decimal",
712
- "list-square",
713
- "list-inside",
714
- "list-outside"
715
- ],
716
- "supportsArbitrary": false
717
- },
718
- {
719
- "name": "letter-spacing",
720
- "property": "visual",
721
- "syntax": "visual=\"tracking:[value]\"",
722
- "category": "visual",
723
- "values": [
724
- "tighter",
725
- "tight",
726
- "normal",
727
- "wide",
728
- "wider",
729
- "widest"
730
- ],
731
- "supportsArbitrary": true
732
- },
733
- {
734
- "name": "line-height",
735
- "property": "visual",
736
- "syntax": "visual=\"leading:[value]\"",
737
- "category": "visual",
738
- "values": [
739
- "none",
740
- "tight",
741
- "snug",
742
- "normal",
743
- "relaxed",
744
- "loose"
745
- ],
746
- "supportsArbitrary": true
747
- },
748
- {
749
- "name": "border-radius",
750
- "property": "visual",
751
- "syntax": "visual=\"rounded:[value]\"",
752
- "category": "visual",
753
- "values": [
754
- "none",
755
- "small",
756
- "medium",
757
- "big",
758
- "round"
759
- ],
760
- "supportsArbitrary": false
761
- },
762
- {
763
- "name": "box-shadow",
764
- "property": "visual",
765
- "syntax": "visual=\"shadow:[value]\"",
766
- "category": "visual",
767
- "values": [
768
- "none",
769
- "small",
770
- "medium",
771
- "big",
772
- "giant"
773
- ],
774
- "supportsArbitrary": false
775
- },
776
- {
777
- "name": "opacity",
778
- "property": "visual",
779
- "syntax": "visual=\"opacity:[value]\"",
780
- "category": "visual",
781
- "values": [
782
- "0",
783
- "25",
784
- "50",
785
- "75",
786
- "100"
787
- ],
788
- "supportsArbitrary": false
789
- },
790
- {
791
- "name": "filter-blur",
792
- "property": "visual",
793
- "syntax": "visual=\"blur:[value]\"",
794
- "category": "visual",
795
- "values": [
796
- "none",
797
- "tiny",
798
- "small",
799
- "medium",
800
- "big",
801
- "giant",
802
- "vast"
803
- ],
804
- "supportsArbitrary": true
805
- },
806
- {
807
- "name": "cursor",
808
- "property": "visual",
809
- "syntax": "visual=\"cursor:[value]\"",
810
- "category": "visual",
811
- "values": [
812
- "auto",
813
- "default",
814
- "pointer",
815
- "wait",
816
- "text",
817
- "move",
818
- "not-allowed",
819
- "grab",
820
- "grabbing"
821
- ],
822
- "supportsArbitrary": false
823
- },
824
- {
825
- "name": "user-select",
826
- "property": "visual",
827
- "syntax": "visual=\"select:[value]\"",
828
- "category": "visual",
829
- "values": [
830
- "none",
831
- "text",
832
- "all",
833
- "auto"
834
- ],
835
- "supportsArbitrary": false
836
- },
837
- {
838
- "name": "pointer-events",
839
- "property": "visual",
840
- "syntax": "visual=\"pointer-events:[value]\"",
841
- "category": "visual",
842
- "values": [
843
- "none",
844
- "auto"
845
- ],
846
- "supportsArbitrary": false
847
- },
848
- {
849
- "name": "blend-modes",
850
- "property": "visual",
851
- "syntax": "visual=\"mix-blend:[value]\"",
852
- "category": "visual",
853
- "values": [
854
- "normal",
855
- "multiply",
856
- "screen",
857
- "overlay",
858
- "darken",
859
- "lighten"
860
- ],
861
- "supportsArbitrary": false
862
- },
863
- {
864
- "name": "accent-color",
865
- "property": "visual",
866
- "syntax": "visual=\"accent:[color]\"",
867
- "category": "visual",
868
- "values": [],
869
- "supportsArbitrary": true
870
- },
871
- {
872
- "name": "caret-color",
873
- "property": "visual",
874
- "syntax": "visual=\"caret:[color]\"",
875
- "category": "visual",
876
- "values": [],
877
- "supportsArbitrary": true
878
- },
879
- {
880
- "name": "appearance",
881
- "property": "visual",
882
- "syntax": "visual=\"appearance:[value]\"",
883
- "category": "visual",
884
- "values": [
885
- "none",
886
- "auto"
887
- ],
888
- "supportsArbitrary": false
889
- },
890
- {
891
- "name": "background-image",
892
- "property": "visual",
893
- "syntax": "visual=\"bg-image:[value]\"",
894
- "category": "visual",
895
- "values": [
896
- "none",
897
- "gradient-to-t",
898
- "gradient-to-b",
899
- "gradient-to-l",
900
- "gradient-to-r"
901
- ],
902
- "supportsArbitrary": true
903
- },
904
- {
905
- "name": "background-attachment",
906
- "property": "visual",
907
- "syntax": "visual=\"bg-attachment:[value]\"",
908
- "category": "visual",
909
- "values": [
910
- "fixed",
911
- "local",
912
- "scroll"
913
- ],
914
- "supportsArbitrary": false
915
- },
916
- {
917
- "name": "background-clip",
918
- "property": "visual",
919
- "syntax": "visual=\"bg-clip:[value]\"",
920
- "category": "visual",
921
- "values": [
922
- "border",
923
- "padding",
924
- "content",
925
- "text"
926
- ],
927
- "supportsArbitrary": false
928
- },
929
- {
930
- "name": "background-origin",
931
- "property": "visual",
932
- "syntax": "visual=\"bg-origin:[value]\"",
933
- "category": "visual",
934
- "values": [
935
- "border",
936
- "padding",
937
- "content"
938
- ],
939
- "supportsArbitrary": false
940
- },
941
- {
942
- "name": "background-position",
943
- "property": "visual",
944
- "syntax": "visual=\"bg-pos:[value]\"",
945
- "category": "visual",
946
- "values": [
947
- "center",
948
- "top",
949
- "bottom",
950
- "left",
951
- "right",
952
- "top-left",
953
- "top-right",
954
- "bottom-left",
955
- "bottom-right"
956
- ],
957
- "supportsArbitrary": true
958
- },
959
- {
960
- "name": "background-repeat",
961
- "property": "visual",
962
- "syntax": "visual=\"bg-repeat:[value]\"",
963
- "category": "visual",
964
- "values": [
965
- "repeat",
966
- "no-repeat",
967
- "repeat-x",
968
- "repeat-y",
969
- "round",
970
- "space"
971
- ],
972
- "supportsArbitrary": false
973
- },
974
- {
975
- "name": "background-size",
976
- "property": "visual",
977
- "syntax": "visual=\"bg-size:[value]\"",
978
- "category": "visual",
979
- "values": [
980
- "auto",
981
- "cover",
982
- "contain"
983
- ],
984
- "supportsArbitrary": true
985
- },
986
- {
987
- "name": "background-blend-mode",
988
- "property": "visual",
989
- "syntax": "visual=\"bg-blend:[value]\"",
990
- "category": "visual",
991
- "values": [
992
- "normal",
993
- "multiply",
994
- "screen",
995
- "overlay",
996
- "darken",
997
- "lighten"
998
- ],
999
- "supportsArbitrary": false
1000
- },
1001
- {
1002
- "name": "backdrop-blur",
1003
- "property": "visual",
1004
- "syntax": "visual=\"backdrop-blur:[value]\"",
1005
- "category": "visual",
1006
- "values": [
1007
- "none",
1008
- "tiny",
1009
- "small",
1010
- "medium",
1011
- "big",
1012
- "giant",
1013
- "vast"
1014
- ],
1015
- "supportsArbitrary": true
1016
- },
1017
- {
1018
- "name": "backdrop-brightness",
1019
- "property": "visual",
1020
- "syntax": "visual=\"backdrop-brightness:[value]\"",
1021
- "category": "visual",
1022
- "values": [
1023
- "dim",
1024
- "dark",
1025
- "normal",
1026
- "bright",
1027
- "vivid"
1028
- ],
1029
- "supportsArbitrary": true
1030
- },
1031
- {
1032
- "name": "backdrop-contrast",
1033
- "property": "visual",
1034
- "syntax": "visual=\"backdrop-contrast:[value]\"",
1035
- "category": "visual",
1036
- "values": [
1037
- "low",
1038
- "reduced",
1039
- "normal",
1040
- "high",
1041
- "max"
1042
- ],
1043
- "supportsArbitrary": true
1044
- },
1045
- {
1046
- "name": "backdrop-grayscale",
1047
- "property": "visual",
1048
- "syntax": "visual=\"backdrop-grayscale:[value]\"",
1049
- "category": "visual",
1050
- "values": [
1051
- "none",
1052
- "partial",
1053
- "full"
1054
- ],
1055
- "supportsArbitrary": true
1056
- },
1057
- {
1058
- "name": "backdrop-hue-rotate",
1059
- "property": "visual",
1060
- "syntax": "visual=\"backdrop-hue-rotate:[degrees]\"",
1061
- "category": "visual",
1062
- "values": [
1063
- "0",
1064
- "90",
1065
- "180"
1066
- ],
1067
- "supportsArbitrary": true
1068
- },
1069
- {
1070
- "name": "backdrop-invert",
1071
- "property": "visual",
1072
- "syntax": "visual=\"backdrop-invert:[value]\"",
1073
- "category": "visual",
1074
- "values": [
1075
- "none",
1076
- "partial",
1077
- "full"
1078
- ],
1079
- "supportsArbitrary": true
1080
- },
1081
- {
1082
- "name": "backdrop-opacity",
1083
- "property": "visual",
1084
- "syntax": "visual=\"backdrop-opacity:[value]\"",
1085
- "category": "visual",
1086
- "values": [
1087
- "0",
1088
- "50",
1089
- "100"
1090
- ],
1091
- "supportsArbitrary": true
1092
- },
1093
- {
1094
- "name": "backdrop-saturate",
1095
- "property": "visual",
1096
- "syntax": "visual=\"backdrop-saturate:[value]\"",
1097
- "category": "visual",
1098
- "values": [
1099
- "none",
1100
- "low",
1101
- "normal",
1102
- "high",
1103
- "vivid"
1104
- ],
1105
- "supportsArbitrary": true
1106
- },
1107
- {
1108
- "name": "backdrop-sepia",
1109
- "property": "visual",
1110
- "syntax": "visual=\"backdrop-sepia:[value]\"",
1111
- "category": "visual",
1112
- "values": [
1113
- "none",
1114
- "partial",
1115
- "full"
1116
- ],
1117
- "supportsArbitrary": true
1118
- },
1119
- {
1120
- "name": "scroll-behavior",
1121
- "property": "visual",
1122
- "syntax": "visual=\"scroll-behavior:[value]\"",
1123
- "category": "visual",
1124
- "values": [
1125
- "auto",
1126
- "smooth"
1127
- ],
1128
- "supportsArbitrary": false
1129
- },
1130
- {
1131
- "name": "scroll-margin",
1132
- "property": "visual",
1133
- "syntax": "visual=\"scroll-m:[value]\"",
1134
- "category": "visual",
1135
- "values": [
1136
- "scroll-m",
1137
- "scroll-m-t",
1138
- "scroll-m-r",
1139
- "scroll-m-b",
1140
- "scroll-m-l"
1141
- ],
1142
- "supportsArbitrary": true
1143
- },
1144
- {
1145
- "name": "scroll-padding",
1146
- "property": "visual",
1147
- "syntax": "visual=\"scroll-p:[value]\"",
1148
- "category": "visual",
1149
- "values": [
1150
- "scroll-p",
1151
- "scroll-p-t",
1152
- "scroll-p-r",
1153
- "scroll-p-b",
1154
- "scroll-p-l"
1155
- ],
1156
- "supportsArbitrary": true
1157
- },
1158
- {
1159
- "name": "scroll-snap-align",
1160
- "property": "visual",
1161
- "syntax": "visual=\"snap-align:[value]\"",
1162
- "category": "visual",
1163
- "values": [
1164
- "start",
1165
- "end",
1166
- "center",
1167
- "none"
1168
- ],
1169
- "supportsArbitrary": false
1170
- },
1171
- {
1172
- "name": "scroll-snap-stop",
1173
- "property": "visual",
1174
- "syntax": "visual=\"snap-stop:[value]\"",
1175
- "category": "visual",
1176
- "values": [
1177
- "normal",
1178
- "always"
1179
- ],
1180
- "supportsArbitrary": false
1181
- },
1182
- {
1183
- "name": "scroll-snap-type",
1184
- "property": "visual",
1185
- "syntax": "visual=\"snap-type:[value]\"",
1186
- "category": "visual",
1187
- "values": [
1188
- "none",
1189
- "x",
1190
- "y",
1191
- "both",
1192
- "x-proximity",
1193
- "y-proximity"
1194
- ],
1195
- "supportsArbitrary": false
1196
- },
1197
- {
1198
- "name": "touch-action",
1199
- "property": "visual",
1200
- "syntax": "visual=\"touch:[value]\"",
1201
- "category": "visual",
1202
- "values": [
1203
- "auto",
1204
- "none",
1205
- "pan-x",
1206
- "pan-y",
1207
- "pan-left",
1208
- "pan-right",
1209
- "pinch-zoom",
1210
- "manipulation"
1211
- ],
1212
- "supportsArbitrary": false
1213
- },
1214
- {
1215
- "name": "resize",
1216
- "property": "visual",
1217
- "syntax": "visual=\"resize:[value]\"",
1218
- "category": "visual",
1219
- "values": [
1220
- "none",
1221
- "both",
1222
- "x",
1223
- "y"
1224
- ],
1225
- "supportsArbitrary": false
1226
- },
1227
- {
1228
- "name": "will-change",
1229
- "property": "visual",
1230
- "syntax": "visual=\"will-change:[value]\"",
1231
- "category": "visual",
1232
- "values": [
1233
- "auto",
1234
- "scroll",
1235
- "contents",
1236
- "transform",
1237
- "opacity"
1238
- ],
1239
- "supportsArbitrary": false
1240
- },
1241
- {
1242
- "name": "color-scheme",
1243
- "property": "visual",
1244
- "syntax": "visual=\"color-scheme:[value]\"",
1245
- "category": "visual",
1246
- "values": [
1247
- "light",
1248
- "dark",
1249
- "normal"
1250
- ],
1251
- "supportsArbitrary": false
1252
- },
1253
- {
1254
- "name": "field-sizing",
1255
- "property": "visual",
1256
- "syntax": "visual=\"field-sizing:[value]\"",
1257
- "category": "visual",
1258
- "values": [
1259
- "fixed",
1260
- "content"
1261
- ],
1262
- "supportsArbitrary": false
1263
- },
1264
- {
1265
- "name": "forced-color-adjust",
1266
- "property": "visual",
1267
- "syntax": "visual=\"forced-color:[value]\"",
1268
- "category": "visual",
1269
- "values": [
1270
- "auto",
1271
- "none"
1272
- ],
1273
- "supportsArbitrary": false
1274
- },
1275
- {
1276
- "name": "text-alignment",
1277
- "property": "visual",
1278
- "syntax": "visual=\"text:[alignment]\"",
1279
- "category": "visual",
1280
- "values": [
1281
- "left",
1282
- "center",
1283
- "right",
1284
- "justify"
1285
- ],
1286
- "supportsArbitrary": false
1287
- },
1288
- {
1289
- "name": "text-transform",
1290
- "property": "visual",
1291
- "syntax": "visual=\"[transform-value]\"",
1292
- "category": "visual",
1293
- "values": [
1294
- "uppercase",
1295
- "lowercase",
1296
- "capitalize",
1297
- "normal-case"
1298
- ],
1299
- "supportsArbitrary": false
1300
- },
1301
- {
1302
- "name": "text-decoration",
1303
- "property": "visual",
1304
- "syntax": "visual=\"[decoration-value]\"",
1305
- "category": "visual",
1306
- "values": [
1307
- "underline",
1308
- "overline",
1309
- "line-through",
1310
- "no-underline"
1311
- ],
1312
- "supportsArbitrary": false
1313
- },
1314
- {
1315
- "name": "text-overflow",
1316
- "property": "visual",
1317
- "syntax": "visual=\"[overflow-value]\"",
1318
- "category": "visual",
1319
- "values": [
1320
- "truncate",
1321
- "text-ellipsis",
1322
- "text-clip"
1323
- ],
1324
- "supportsArbitrary": false
1325
- },
1326
- {
1327
- "name": "text-wrap",
1328
- "property": "visual",
1329
- "syntax": "visual=\"[wrap-value]\"",
1330
- "category": "visual",
1331
- "values": [
1332
- "text-wrap",
1333
- "text-nowrap",
1334
- "text-balance",
1335
- "text-pretty"
1336
- ],
1337
- "supportsArbitrary": false
1338
- },
1339
- {
1340
- "name": "whitespace",
1341
- "property": "visual",
1342
- "syntax": "visual=\"whitespace:[value]\"",
1343
- "category": "visual",
1344
- "values": [
1345
- "normal",
1346
- "nowrap",
1347
- "pre",
1348
- "pre-line",
1349
- "pre-wrap",
1350
- "break-spaces"
1351
- ],
1352
- "supportsArbitrary": false
1353
- },
1354
- {
1355
- "name": "word-break",
1356
- "property": "visual",
1357
- "syntax": "visual=\"[break-value]\"",
1358
- "category": "visual",
1359
- "values": [
1360
- "break-normal",
1361
- "break-words",
1362
- "break-all",
1363
- "break-keep"
1364
- ],
1365
- "supportsArbitrary": false
1366
- },
1367
- {
1368
- "name": "hyphens",
1369
- "property": "visual",
1370
- "syntax": "visual=\"hyphens:[value]\"",
1371
- "category": "visual",
1372
- "values": [
1373
- "none",
1374
- "manual",
1375
- "auto"
1376
- ],
1377
- "supportsArbitrary": false
1378
- },
1379
- {
1380
- "name": "text-indent",
1381
- "property": "visual",
1382
- "syntax": "visual=\"indent:[value]\"",
1383
- "category": "visual",
1384
- "values": [
1385
- "0"
1386
- ],
1387
- "supportsArbitrary": true
1388
- },
1389
- {
1390
- "name": "vertical-align",
1391
- "property": "visual",
1392
- "syntax": "visual=\"align:[value]\"",
1393
- "category": "visual",
1394
- "values": [
1395
- "baseline",
1396
- "top",
1397
- "middle",
1398
- "bottom",
1399
- "text-top",
1400
- "text-bottom",
1401
- "sub",
1402
- "super"
1403
- ],
1404
- "supportsArbitrary": false
1405
- },
1406
- {
1407
- "name": "font-style",
1408
- "property": "visual",
1409
- "syntax": "visual=\"[style-value]\"",
1410
- "category": "visual",
1411
- "values": [
1412
- "italic",
1413
- "not-italic"
1414
- ],
1415
- "supportsArbitrary": false
1416
- },
1417
- {
1418
- "name": "font-smoothing",
1419
- "property": "visual",
1420
- "syntax": "visual=\"[smoothing-value]\"",
1421
- "category": "visual",
1422
- "values": [
1423
- "antialiased",
1424
- "subpixel-antialiased"
1425
- ],
1426
- "supportsArbitrary": false
1427
- },
1428
- {
1429
- "name": "line-clamp",
1430
- "property": "visual",
1431
- "syntax": "visual=\"line-clamp:[value]\"",
1432
- "category": "visual",
1433
- "values": [
1434
- "1",
1435
- "2",
1436
- "3",
1437
- "none"
1438
- ],
1439
- "supportsArbitrary": true
1440
- },
1441
- {
1442
- "name": "list-style",
1443
- "property": "visual",
1444
- "syntax": "visual=\"list:[value]\"",
1445
- "category": "visual",
1446
- "values": [
1447
- "none",
1448
- "disc",
1449
- "decimal",
1450
- "square",
1451
- "inside",
1452
- "outside"
1453
- ],
1454
- "supportsArbitrary": false
1455
- },
1456
- {
1457
- "name": "text-shadow",
1458
- "property": "visual",
1459
- "syntax": "visual=\"text-shadow:[value]\"",
1460
- "category": "visual",
1461
- "values": [
1462
- "none",
1463
- "small",
1464
- "medium",
1465
- "big"
1466
- ],
1467
- "supportsArbitrary": true
1468
- },
1469
- {
1470
- "name": "font-variant-numeric",
1471
- "property": "visual",
1472
- "syntax": "visual=\"[variant-value]\"",
1473
- "category": "visual",
1474
- "values": [
1475
- "normal-nums",
1476
- "ordinal",
1477
- "slashed-zero",
1478
- "lining-nums",
1479
- "oldstyle-nums",
1480
- "proportional-nums",
1481
- "tabular-nums"
1482
- ],
1483
- "supportsArbitrary": false
1484
- },
1485
- {
1486
- "name": "transform-perspective",
1487
- "property": "visual",
1488
- "syntax": "visual=\"perspective:[value]\"",
1489
- "category": "visual",
1490
- "values": [
1491
- "none",
1492
- "dramatic",
1493
- "near",
1494
- "normal",
1495
- "midrange",
1496
- "far",
1497
- "distant"
1498
- ],
1499
- "supportsArbitrary": true
1500
- },
1501
- {
1502
- "name": "transform-perspective-origin",
1503
- "property": "visual",
1504
- "syntax": "visual=\"perspective-origin:[value]\"",
1505
- "category": "visual",
1506
- "values": [
1507
- "center",
1508
- "top",
1509
- "bottom",
1510
- "left",
1511
- "right",
1512
- "top-left",
1513
- "top-right",
1514
- "bottom-left",
1515
- "bottom-right"
1516
- ],
1517
- "supportsArbitrary": true
1518
- },
1519
- {
1520
- "name": "transform-style",
1521
- "property": "visual",
1522
- "syntax": "visual=\"transform-style:[value]\"",
1523
- "category": "visual",
1524
- "values": [
1525
- "flat",
1526
- "preserve-3d"
1527
- ],
1528
- "supportsArbitrary": false
1529
- },
1530
- {
1531
- "name": "transform-backface",
1532
- "property": "visual",
1533
- "syntax": "visual=\"backface:[value]\"",
1534
- "category": "visual",
1535
- "values": [
1536
- "visible",
1537
- "hidden"
1538
- ],
1539
- "supportsArbitrary": false
1540
- },
1541
- {
1542
- "name": "mask",
1543
- "property": "visual",
1544
- "syntax": "visual=\"mask:[value]\"",
1545
- "category": "visual",
1546
- "values": [
1547
- "none",
1548
- "fade-y",
1549
- "fade-x"
1550
- ],
1551
- "supportsArbitrary": true
1552
- },
1553
- {
1554
- "name": "state-prefixes",
1555
- "property": "visual",
1556
- "syntax": "visual=\"hover:... focus:... active:...\"",
1557
- "category": "visual",
1558
- "values": [
1559
- "hover:",
1560
- "focus:",
1561
- "active:",
1562
- "disabled:",
1563
- "visited:",
1564
- "first:",
1565
- "last:",
1566
- "odd:",
1567
- "even:"
1568
- ],
1569
- "supportsArbitrary": false
1570
- },
1571
- {
1572
- "name": "filter-brightness",
1573
- "property": "visual",
1574
- "syntax": "visual=\"brightness:[value]\"",
1575
- "category": "visual",
1576
- "values": [
1577
- "dim",
1578
- "dark",
1579
- "normal",
1580
- "bright",
1581
- "vivid"
1582
- ],
1583
- "supportsArbitrary": true
1584
- },
1585
- {
1586
- "name": "filter-contrast",
1587
- "property": "visual",
1588
- "syntax": "visual=\"contrast:[value]\"",
1589
- "category": "visual",
1590
- "values": [
1591
- "low",
1592
- "reduced",
1593
- "normal",
1594
- "high",
1595
- "max"
1596
- ],
1597
- "supportsArbitrary": true
1598
- },
1599
- {
1600
- "name": "filter-grayscale",
1601
- "property": "visual",
1602
- "syntax": "visual=\"grayscale:[value]\"",
1603
- "category": "visual",
1604
- "values": [
1605
- "none",
1606
- "partial",
1607
- "full"
1608
- ],
1609
- "supportsArbitrary": true
1610
- },
1611
- {
1612
- "name": "filter-hue-rotate",
1613
- "property": "visual",
1614
- "syntax": "visual=\"hue-rotate:[degrees]\"",
1615
- "category": "visual",
1616
- "values": [
1617
- "0",
1618
- "90",
1619
- "180"
1620
- ],
1621
- "supportsArbitrary": true
1622
- },
1623
- {
1624
- "name": "filter-invert",
1625
- "property": "visual",
1626
- "syntax": "visual=\"invert:[value]\"",
1627
- "category": "visual",
1628
- "values": [
1629
- "none",
1630
- "partial",
1631
- "full"
1632
- ],
1633
- "supportsArbitrary": true
1634
- },
1635
- {
1636
- "name": "filter-saturate",
1637
- "property": "visual",
1638
- "syntax": "visual=\"saturate:[value]\"",
1639
- "category": "visual",
1640
- "values": [
1641
- "none",
1642
- "low",
1643
- "normal",
1644
- "high",
1645
- "vivid"
1646
- ],
1647
- "supportsArbitrary": true
1648
- },
1649
- {
1650
- "name": "filter-sepia",
1651
- "property": "visual",
1652
- "syntax": "visual=\"sepia:[value]\"",
1653
- "category": "visual",
1654
- "values": [
1655
- "none",
1656
- "partial",
1657
- "full"
1658
- ],
1659
- "supportsArbitrary": true
1660
- },
1661
- {
1662
- "name": "filter-drop-shadow",
1663
- "property": "visual",
1664
- "syntax": "visual=\"drop-shadow:[value]\"",
1665
- "category": "visual",
1666
- "values": [
1667
- "none",
1668
- "tiny",
1669
- "small",
1670
- "medium",
1671
- "big",
1672
- "giant"
1673
- ],
1674
- "supportsArbitrary": true
1675
- },
1676
- {
1677
- "name": "transition-property",
1678
- "property": "visual",
1679
- "syntax": "visual=\"transition:[value]\"",
1680
- "category": "visual",
1681
- "values": [
1682
- "none",
1683
- "all",
1684
- "colors",
1685
- "opacity",
1686
- "shadow",
1687
- "transform"
1688
- ],
1689
- "supportsArbitrary": false
1690
- },
1691
- {
1692
- "name": "transition-duration",
1693
- "property": "visual",
1694
- "syntax": "visual=\"duration:[value]\"",
1695
- "category": "visual",
1696
- "values": [
1697
- "instant",
1698
- "quick",
1699
- "fast",
1700
- "normal",
1701
- "slow",
1702
- "slower",
1703
- "lazy"
1704
- ],
1705
- "supportsArbitrary": true
1706
- },
1707
- {
1708
- "name": "transition-timing",
1709
- "property": "visual",
1710
- "syntax": "visual=\"ease:[value]\"",
1711
- "category": "visual",
1712
- "values": [
1713
- "linear",
1714
- "in",
1715
- "out",
1716
- "in-out"
1717
- ],
1718
- "supportsArbitrary": true
1719
- },
1720
- {
1721
- "name": "transition-delay",
1722
- "property": "visual",
1723
- "syntax": "visual=\"delay:[value]\"",
1724
- "category": "visual",
1725
- "values": [
1726
- "instant",
1727
- "quick",
1728
- "fast",
1729
- "normal",
1730
- "slow"
1731
- ],
1732
- "supportsArbitrary": true
1733
- },
1734
- {
1735
- "name": "animation-builtin",
1736
- "property": "visual",
1737
- "syntax": "visual=\"animate:[value]\"",
1738
- "category": "visual",
1739
- "values": [
1740
- "none",
1741
- "spin",
1742
- "ping",
1743
- "pulse",
1744
- "bounce"
1745
- ],
1746
- "supportsArbitrary": true
1747
- },
1748
- {
1749
- "name": "animation-duration",
1750
- "property": "visual",
1751
- "syntax": "visual=\"animation-duration:[value]\"",
1752
- "category": "visual",
1753
- "values": [
1754
- "instant",
1755
- "quick",
1756
- "fast",
1757
- "normal",
1758
- "slow",
1759
- "slower",
1760
- "lazy"
1761
- ],
1762
- "supportsArbitrary": true
1763
- },
1764
- {
1765
- "name": "animation-delay",
1766
- "property": "visual",
1767
- "syntax": "visual=\"animation-delay:[value]\"",
1768
- "category": "visual",
1769
- "values": [
1770
- "instant",
1771
- "quick",
1772
- "fast",
1773
- "normal",
1774
- "slow"
1775
- ],
1776
- "supportsArbitrary": true
1777
- },
1778
- {
1779
- "name": "animation-iteration",
1780
- "property": "visual",
1781
- "syntax": "visual=\"animation-iteration:[value]\"",
1782
- "category": "visual",
1783
- "values": [
1784
- "1",
1785
- "infinite"
1786
- ],
1787
- "supportsArbitrary": false
1788
- },
1789
- {
1790
- "name": "animation-direction",
1791
- "property": "visual",
1792
- "syntax": "visual=\"animation-direction:[value]\"",
1793
- "category": "visual",
1794
- "values": [
1795
- "normal",
1796
- "reverse",
1797
- "alternate",
1798
- "alternate-reverse"
1799
- ],
1800
- "supportsArbitrary": false
1801
- },
1802
- {
1803
- "name": "animation-fill",
1804
- "property": "visual",
1805
- "syntax": "visual=\"animation-fill:[value]\"",
1806
- "category": "visual",
1807
- "values": [
1808
- "none",
1809
- "forwards",
1810
- "backwards",
1811
- "both"
1812
- ],
1813
- "supportsArbitrary": false
1814
- },
1815
- {
1816
- "name": "animation-play",
1817
- "property": "visual",
1818
- "syntax": "visual=\"animation-play:[value]\"",
1819
- "category": "visual",
1820
- "values": [
1821
- "running",
1822
- "paused"
1823
- ],
1824
- "supportsArbitrary": false
1825
- },
1826
- {
1827
- "name": "transform-scale",
1828
- "property": "visual",
1829
- "syntax": "visual=\"scale:[value]\"",
1830
- "category": "visual",
1831
- "values": [
1832
- "0",
1833
- "50",
1834
- "75",
1835
- "100",
1836
- "110",
1837
- "125",
1838
- "150"
1839
- ],
1840
- "supportsArbitrary": true
1841
- },
1842
- {
1843
- "name": "transform-rotate",
1844
- "property": "visual",
1845
- "syntax": "visual=\"rotate:[degrees]\"",
1846
- "category": "visual",
1847
- "values": [
1848
- "0",
1849
- "45",
1850
- "90",
1851
- "180"
1852
- ],
1853
- "supportsArbitrary": true
1854
- },
1855
- {
1856
- "name": "transform-translate",
1857
- "property": "visual",
1858
- "syntax": "visual=\"translate-x:[value]\" or visual=\"translate-y:[value]\"",
1859
- "category": "visual",
1860
- "values": [
1861
- "0",
1862
- "full",
1863
- "1/2"
1864
- ],
1865
- "supportsArbitrary": true
1866
- },
1867
- {
1868
- "name": "transform-skew",
1869
- "property": "visual",
1870
- "syntax": "visual=\"skew-x:[degrees]\" or visual=\"skew-y:[degrees]\"",
1871
- "category": "visual",
1872
- "values": [
1873
- "0",
1874
- "3",
1875
- "6",
1876
- "12"
1877
- ],
1878
- "supportsArbitrary": true
1879
- },
1880
- {
1881
- "name": "transform-origin",
1882
- "property": "visual",
1883
- "syntax": "visual=\"origin:[value]\"",
1884
- "category": "visual",
1885
- "values": [
1886
- "center",
1887
- "top",
1888
- "top-right",
1889
- "right",
1890
- "bottom-right",
1891
- "bottom",
1892
- "bottom-left",
1893
- "left",
1894
- "top-left"
1895
- ],
1896
- "supportsArbitrary": true
1897
- },
1898
- {
1899
- "name": "border",
1900
- "property": "visual",
1901
- "syntax": "visual=\"border:[color]\"",
1902
- "category": "visual",
1903
- "values": [],
1904
- "supportsArbitrary": true
1905
- },
1906
- {
1907
- "name": "border-width",
1908
- "property": "visual",
1909
- "syntax": "visual=\"border-w:[value]\"",
1910
- "category": "visual",
1911
- "values": [
1912
- "tiny",
1913
- "small"
1914
- ],
1915
- "supportsArbitrary": true
1916
- },
1917
- {
1918
- "name": "border-style",
1919
- "property": "visual",
1920
- "syntax": "visual=\"border-style:[value]\"",
1921
- "category": "visual",
1922
- "values": [
1923
- "solid",
1924
- "dashed",
1925
- "dotted",
1926
- "double",
1927
- "none"
1928
- ],
1929
- "supportsArbitrary": false
1930
- },
1931
- {
1932
- "name": "outline",
1933
- "property": "visual",
1934
- "syntax": "visual=\"outline:[color]\"",
1935
- "category": "visual",
1936
- "values": [],
1937
- "supportsArbitrary": true
1938
- },
1939
- {
1940
- "name": "fill",
1941
- "property": "visual",
1942
- "syntax": "visual=\"fill:[color]\"",
1943
- "category": "visual",
1944
- "values": [
1945
- "none",
1946
- "current"
1947
- ],
1948
- "supportsArbitrary": true
1949
- },
1950
- {
1951
- "name": "stroke",
1952
- "property": "visual",
1953
- "syntax": "visual=\"stroke:[color]\"",
1954
- "category": "visual",
1955
- "values": [
1956
- "none",
1957
- "current"
1958
- ],
1959
- "supportsArbitrary": true
1960
- },
1961
- {
1962
- "name": "stroke-width",
1963
- "property": "visual",
1964
- "syntax": "visual=\"stroke-w:[value]\"",
1965
- "category": "visual",
1966
- "values": [
1967
- "0",
1968
- "1",
1969
- "2"
1970
- ],
1971
- "supportsArbitrary": true
1972
- }
1
+ [
2
+ {
3
+ "name": "display",
4
+ "property": "layout",
5
+ "syntax": "layout=\"[display-value]\"",
6
+ "category": "layout",
7
+ "values": [
8
+ "flex",
9
+ "inline-flex",
10
+ "grid",
11
+ "inline-grid",
12
+ "block",
13
+ "inline",
14
+ "hidden"
15
+ ],
16
+ "supportsArbitrary": false
17
+ },
18
+ {
19
+ "name": "flex-direction",
20
+ "property": "layout",
21
+ "syntax": "layout=\"[direction]\"",
22
+ "category": "layout",
23
+ "values": [
24
+ "row",
25
+ "col",
26
+ "row-reverse",
27
+ "col-reverse"
28
+ ],
29
+ "supportsArbitrary": false
30
+ },
31
+ {
32
+ "name": "flex-wrap",
33
+ "property": "layout",
34
+ "syntax": "layout=\"[wrap-value]\"",
35
+ "category": "layout",
36
+ "values": [
37
+ "wrap",
38
+ "nowrap",
39
+ "wrap-reverse"
40
+ ],
41
+ "supportsArbitrary": false
42
+ },
43
+ {
44
+ "name": "flex-items",
45
+ "property": "layout",
46
+ "syntax": "layout=\"[flex-item-value]\"",
47
+ "category": "layout",
48
+ "values": [
49
+ "grow",
50
+ "grow-0",
51
+ "shrink",
52
+ "shrink-0"
53
+ ],
54
+ "supportsArbitrary": false
55
+ },
56
+ {
57
+ "name": "flex",
58
+ "property": "layout",
59
+ "syntax": "layout=\"flex:[value]\"",
60
+ "category": "layout",
61
+ "values": [
62
+ "1",
63
+ "auto",
64
+ "initial",
65
+ "none"
66
+ ],
67
+ "supportsArbitrary": true
68
+ },
69
+ {
70
+ "name": "flex-basis",
71
+ "property": "layout",
72
+ "syntax": "layout=\"basis:[value]\"",
73
+ "category": "layout",
74
+ "values": [
75
+ "auto",
76
+ "0"
77
+ ],
78
+ "supportsArbitrary": true
79
+ },
80
+ {
81
+ "name": "order",
82
+ "property": "layout",
83
+ "syntax": "layout=\"order:[value]\"",
84
+ "category": "layout",
85
+ "values": [
86
+ "first",
87
+ "last",
88
+ "none",
89
+ "1-12"
90
+ ],
91
+ "supportsArbitrary": false
92
+ },
93
+ {
94
+ "name": "justify-content",
95
+ "property": "layout",
96
+ "syntax": "layout=\"justify:[value]\"",
97
+ "category": "layout",
98
+ "values": [
99
+ "start",
100
+ "end",
101
+ "center",
102
+ "between",
103
+ "around",
104
+ "evenly",
105
+ "stretch"
106
+ ],
107
+ "supportsArbitrary": false
108
+ },
109
+ {
110
+ "name": "align-items",
111
+ "property": "layout",
112
+ "syntax": "layout=\"items:[value]\"",
113
+ "category": "layout",
114
+ "values": [
115
+ "start",
116
+ "end",
117
+ "center",
118
+ "baseline",
119
+ "stretch"
120
+ ],
121
+ "supportsArbitrary": false
122
+ },
123
+ {
124
+ "name": "align-self",
125
+ "property": "layout",
126
+ "syntax": "layout=\"self:[value]\"",
127
+ "category": "layout",
128
+ "values": [
129
+ "auto",
130
+ "start",
131
+ "end",
132
+ "center",
133
+ "baseline",
134
+ "stretch"
135
+ ],
136
+ "supportsArbitrary": false
137
+ },
138
+ {
139
+ "name": "align-content",
140
+ "property": "layout",
141
+ "syntax": "layout=\"content:[value]\"",
142
+ "category": "layout",
143
+ "values": [
144
+ "start",
145
+ "end",
146
+ "center",
147
+ "between",
148
+ "around",
149
+ "evenly",
150
+ "stretch"
151
+ ],
152
+ "supportsArbitrary": false
153
+ },
154
+ {
155
+ "name": "shorthand-alignment",
156
+ "property": "layout",
157
+ "syntax": "layout=\"[alignment]\"",
158
+ "category": "layout",
159
+ "values": [
160
+ "center",
161
+ "start",
162
+ "end",
163
+ "between",
164
+ "around",
165
+ "evenly"
166
+ ],
167
+ "supportsArbitrary": false
168
+ },
169
+ {
170
+ "name": "justify-items",
171
+ "property": "layout",
172
+ "syntax": "layout=\"justify-items:[value]\"",
173
+ "category": "layout",
174
+ "values": [
175
+ "start",
176
+ "end",
177
+ "center",
178
+ "stretch"
179
+ ],
180
+ "supportsArbitrary": false
181
+ },
182
+ {
183
+ "name": "justify-self",
184
+ "property": "layout",
185
+ "syntax": "layout=\"justify-self:[value]\"",
186
+ "category": "layout",
187
+ "values": [
188
+ "auto",
189
+ "start",
190
+ "end",
191
+ "center",
192
+ "stretch"
193
+ ],
194
+ "supportsArbitrary": false
195
+ },
196
+ {
197
+ "name": "place-content",
198
+ "property": "layout",
199
+ "syntax": "layout=\"place-content:[value]\"",
200
+ "category": "layout",
201
+ "values": [
202
+ "start",
203
+ "end",
204
+ "center",
205
+ "between",
206
+ "around",
207
+ "evenly",
208
+ "stretch"
209
+ ],
210
+ "supportsArbitrary": false
211
+ },
212
+ {
213
+ "name": "place-items",
214
+ "property": "layout",
215
+ "syntax": "layout=\"place-items:[value]\"",
216
+ "category": "layout",
217
+ "values": [
218
+ "start",
219
+ "end",
220
+ "center",
221
+ "stretch"
222
+ ],
223
+ "supportsArbitrary": false
224
+ },
225
+ {
226
+ "name": "place-self",
227
+ "property": "layout",
228
+ "syntax": "layout=\"place-self:[value]\"",
229
+ "category": "layout",
230
+ "values": [
231
+ "auto",
232
+ "start",
233
+ "end",
234
+ "center",
235
+ "stretch"
236
+ ],
237
+ "supportsArbitrary": false
238
+ },
239
+ {
240
+ "name": "grid-columns",
241
+ "property": "layout",
242
+ "syntax": "layout=\"grid-cols:[value]\"",
243
+ "category": "layout",
244
+ "values": [
245
+ "1-12",
246
+ "none",
247
+ "subgrid"
248
+ ],
249
+ "supportsArbitrary": false
250
+ },
251
+ {
252
+ "name": "grid-rows",
253
+ "property": "layout",
254
+ "syntax": "layout=\"grid-rows:[value]\"",
255
+ "category": "layout",
256
+ "values": [
257
+ "1-12",
258
+ "none",
259
+ "subgrid"
260
+ ],
261
+ "supportsArbitrary": false
262
+ },
263
+ {
264
+ "name": "grid-column-span",
265
+ "property": "layout",
266
+ "syntax": "layout=\"col-span:[value]\"",
267
+ "category": "layout",
268
+ "values": [
269
+ "1-12",
270
+ "full"
271
+ ],
272
+ "supportsArbitrary": false
273
+ },
274
+ {
275
+ "name": "grid-row-span",
276
+ "property": "layout",
277
+ "syntax": "layout=\"row-span:[value]\"",
278
+ "category": "layout",
279
+ "values": [
280
+ "1-12",
281
+ "full"
282
+ ],
283
+ "supportsArbitrary": false
284
+ },
285
+ {
286
+ "name": "grid-auto-flow",
287
+ "property": "layout",
288
+ "syntax": "layout=\"grid-flow:[value]\"",
289
+ "category": "layout",
290
+ "values": [
291
+ "row",
292
+ "col",
293
+ "dense",
294
+ "row-dense",
295
+ "col-dense"
296
+ ],
297
+ "supportsArbitrary": false
298
+ },
299
+ {
300
+ "name": "grid-auto-sizing",
301
+ "property": "layout",
302
+ "syntax": "layout=\"auto-cols:[value]\" or layout=\"auto-rows:[value]\"",
303
+ "category": "layout",
304
+ "values": [
305
+ "auto",
306
+ "min",
307
+ "max",
308
+ "fr"
309
+ ],
310
+ "supportsArbitrary": false
311
+ },
312
+ {
313
+ "name": "position",
314
+ "property": "layout",
315
+ "syntax": "layout=\"[position-value]\"",
316
+ "category": "layout",
317
+ "values": [
318
+ "static",
319
+ "relative",
320
+ "absolute",
321
+ "fixed",
322
+ "sticky"
323
+ ],
324
+ "supportsArbitrary": false
325
+ },
326
+ {
327
+ "name": "inset",
328
+ "property": "layout",
329
+ "syntax": "layout=\"inset:[value]\" or layout=\"top:[value]\"",
330
+ "category": "layout",
331
+ "values": [
332
+ "inset",
333
+ "inset-x",
334
+ "inset-y",
335
+ "top",
336
+ "right",
337
+ "bottom",
338
+ "left"
339
+ ],
340
+ "supportsArbitrary": true
341
+ },
342
+ {
343
+ "name": "z-index",
344
+ "property": "layout",
345
+ "syntax": "layout=\"z:[value]\"",
346
+ "category": "layout",
347
+ "values": [
348
+ "base",
349
+ "low",
350
+ "mid",
351
+ "high",
352
+ "top"
353
+ ],
354
+ "supportsArbitrary": false
355
+ },
356
+ {
357
+ "name": "visibility",
358
+ "property": "layout",
359
+ "syntax": "layout=\"[visibility-value]\"",
360
+ "category": "layout",
361
+ "values": [
362
+ "visible",
363
+ "invisible"
364
+ ],
365
+ "supportsArbitrary": false
366
+ },
367
+ {
368
+ "name": "overflow",
369
+ "property": "layout",
370
+ "syntax": "layout=\"overflow:[value]\"",
371
+ "category": "layout",
372
+ "values": [
373
+ "auto",
374
+ "hidden",
375
+ "visible",
376
+ "scroll",
377
+ "clip"
378
+ ],
379
+ "supportsArbitrary": false
380
+ },
381
+ {
382
+ "name": "box-sizing",
383
+ "property": "layout",
384
+ "syntax": "layout=\"box:[value]\"",
385
+ "category": "layout",
386
+ "values": [
387
+ "border",
388
+ "content"
389
+ ],
390
+ "supportsArbitrary": false
391
+ },
392
+ {
393
+ "name": "float-clear",
394
+ "property": "layout",
395
+ "syntax": "layout=\"float:[value]\" or layout=\"clear:[value]\"",
396
+ "category": "layout",
397
+ "values": [
398
+ "left",
399
+ "right",
400
+ "none"
401
+ ],
402
+ "supportsArbitrary": false
403
+ },
404
+ {
405
+ "name": "aspect-ratio",
406
+ "property": "layout",
407
+ "syntax": "layout=\"aspect:[value]\"",
408
+ "category": "layout",
409
+ "values": [
410
+ "auto",
411
+ "square",
412
+ "video"
413
+ ],
414
+ "supportsArbitrary": true
415
+ },
416
+ {
417
+ "name": "object-fit",
418
+ "property": "layout",
419
+ "syntax": "layout=\"object:[value]\"",
420
+ "category": "layout",
421
+ "values": [
422
+ "contain",
423
+ "cover",
424
+ "fill",
425
+ "none",
426
+ "scale-down"
427
+ ],
428
+ "supportsArbitrary": false
429
+ },
430
+ {
431
+ "name": "object-position",
432
+ "property": "layout",
433
+ "syntax": "layout=\"object-pos:[value]\"",
434
+ "category": "layout",
435
+ "values": [
436
+ "center",
437
+ "top",
438
+ "bottom",
439
+ "left",
440
+ "right",
441
+ "top-left",
442
+ "top-right",
443
+ "bottom-left",
444
+ "bottom-right"
445
+ ],
446
+ "supportsArbitrary": true
447
+ },
448
+ {
449
+ "name": "container",
450
+ "property": "layout",
451
+ "syntax": "layout=\"container\"",
452
+ "category": "layout",
453
+ "values": [
454
+ "container"
455
+ ],
456
+ "supportsArbitrary": false
457
+ },
458
+ {
459
+ "name": "isolation",
460
+ "property": "layout",
461
+ "syntax": "layout=\"isolation:[value]\"",
462
+ "category": "layout",
463
+ "values": [
464
+ "isolate",
465
+ "auto"
466
+ ],
467
+ "supportsArbitrary": false
468
+ },
469
+ {
470
+ "name": "overscroll",
471
+ "property": "layout",
472
+ "syntax": "layout=\"overscroll:[value]\"",
473
+ "category": "layout",
474
+ "values": [
475
+ "auto",
476
+ "contain",
477
+ "none"
478
+ ],
479
+ "supportsArbitrary": false
480
+ },
481
+ {
482
+ "name": "columns",
483
+ "property": "layout",
484
+ "syntax": "layout=\"cols:[value]\"",
485
+ "category": "layout",
486
+ "values": [
487
+ "1-12",
488
+ "auto"
489
+ ],
490
+ "supportsArbitrary": false
491
+ },
492
+ {
493
+ "name": "border-collapse",
494
+ "property": "layout",
495
+ "syntax": "layout=\"border:[value]\"",
496
+ "category": "layout",
497
+ "values": [
498
+ "collapse",
499
+ "separate"
500
+ ],
501
+ "supportsArbitrary": false
502
+ },
503
+ {
504
+ "name": "border-spacing",
505
+ "property": "layout",
506
+ "syntax": "layout=\"border-spacing:[value]\"",
507
+ "category": "layout",
508
+ "values": [
509
+ "border-spacing",
510
+ "border-spacing-x",
511
+ "border-spacing-y"
512
+ ],
513
+ "supportsArbitrary": true
514
+ },
515
+ {
516
+ "name": "table-layout",
517
+ "property": "layout",
518
+ "syntax": "layout=\"table:[value]\"",
519
+ "category": "layout",
520
+ "values": [
521
+ "auto",
522
+ "fixed"
523
+ ],
524
+ "supportsArbitrary": false
525
+ },
526
+ {
527
+ "name": "caption-side",
528
+ "property": "layout",
529
+ "syntax": "layout=\"caption:[value]\"",
530
+ "category": "layout",
531
+ "values": [
532
+ "top",
533
+ "bottom"
534
+ ],
535
+ "supportsArbitrary": false
536
+ },
537
+ {
538
+ "name": "padding",
539
+ "property": "space",
540
+ "syntax": "space=\"p:[value]\" or space=\"p-{side}:[value]\"",
541
+ "category": "space",
542
+ "values": [
543
+ null,
544
+ null,
545
+ null,
546
+ null,
547
+ null,
548
+ null,
549
+ null
550
+ ],
551
+ "supportsArbitrary": true
552
+ },
553
+ {
554
+ "name": "margin",
555
+ "property": "space",
556
+ "syntax": "space=\"m:[value]\" or space=\"m-{side}:[value]\"",
557
+ "category": "space",
558
+ "values": [
559
+ null,
560
+ null,
561
+ null,
562
+ null,
563
+ null,
564
+ null,
565
+ null
566
+ ],
567
+ "supportsArbitrary": true
568
+ },
569
+ {
570
+ "name": "gap",
571
+ "property": "space",
572
+ "syntax": "space=\"g:[value]\" or space=\"g-{axis}:[value]\"",
573
+ "category": "space",
574
+ "values": [
575
+ null,
576
+ null,
577
+ null
578
+ ],
579
+ "supportsArbitrary": true
580
+ },
581
+ {
582
+ "name": "width",
583
+ "property": "space",
584
+ "syntax": "space=\"w:[value]\"",
585
+ "category": "space",
586
+ "values": [
587
+ null,
588
+ null,
589
+ null
590
+ ],
591
+ "supportsArbitrary": true
592
+ },
593
+ {
594
+ "name": "height",
595
+ "property": "space",
596
+ "syntax": "space=\"h:[value]\"",
597
+ "category": "space",
598
+ "values": [
599
+ null,
600
+ null,
601
+ null
602
+ ],
603
+ "supportsArbitrary": true
604
+ },
605
+ {
606
+ "name": "background-color",
607
+ "property": "visual",
608
+ "syntax": "visual=\"bg:[color]\"",
609
+ "category": "visual",
610
+ "values": [],
611
+ "supportsArbitrary": true
612
+ },
613
+ {
614
+ "name": "text-color",
615
+ "property": "visual",
616
+ "syntax": "visual=\"text:[color]\"",
617
+ "category": "visual",
618
+ "values": [
619
+ "left",
620
+ "center",
621
+ "right",
622
+ "justify"
623
+ ],
624
+ "supportsArbitrary": true
625
+ },
626
+ {
627
+ "name": "text-size",
628
+ "property": "visual",
629
+ "syntax": "visual=\"text-size:[value]\"",
630
+ "category": "visual",
631
+ "values": [],
632
+ "supportsArbitrary": true
633
+ },
634
+ {
635
+ "name": "font-weight",
636
+ "property": "visual",
637
+ "syntax": "visual=\"font:[weight]\"",
638
+ "category": "visual",
639
+ "values": [
640
+ "normal",
641
+ "medium",
642
+ "bold"
643
+ ],
644
+ "supportsArbitrary": false
645
+ },
646
+ {
647
+ "name": "font-family",
648
+ "property": "visual",
649
+ "syntax": "visual=\"font:[family]\"",
650
+ "category": "visual",
651
+ "values": [
652
+ "sans",
653
+ "serif",
654
+ "mono"
655
+ ],
656
+ "supportsArbitrary": false
657
+ },
658
+ {
659
+ "name": "typography-keywords",
660
+ "property": "visual",
661
+ "syntax": "visual=\"[keyword]\"",
662
+ "category": "visual",
663
+ "values": [
664
+ "italic",
665
+ "not-italic",
666
+ "antialiased",
667
+ "subpixel-antialiased",
668
+ "uppercase",
669
+ "lowercase",
670
+ "capitalize",
671
+ "normal-case",
672
+ "underline",
673
+ "overline",
674
+ "line-through",
675
+ "no-underline",
676
+ "decoration-solid",
677
+ "decoration-double",
678
+ "decoration-dotted",
679
+ "decoration-dashed",
680
+ "decoration-wavy",
681
+ "truncate",
682
+ "text-ellipsis",
683
+ "text-clip",
684
+ "text-wrap",
685
+ "text-nowrap",
686
+ "text-balance",
687
+ "text-pretty",
688
+ "whitespace-normal",
689
+ "whitespace-nowrap",
690
+ "whitespace-pre",
691
+ "whitespace-pre-line",
692
+ "whitespace-pre-wrap",
693
+ "whitespace-break-spaces",
694
+ "break-normal",
695
+ "break-words",
696
+ "break-all",
697
+ "break-keep",
698
+ "hyphens-none",
699
+ "hyphens-manual",
700
+ "hyphens-auto",
701
+ "align-baseline",
702
+ "align-top",
703
+ "align-middle",
704
+ "align-bottom",
705
+ "align-text-top",
706
+ "align-text-bottom",
707
+ "align-sub",
708
+ "align-super",
709
+ "list-none",
710
+ "list-disc",
711
+ "list-decimal",
712
+ "list-square",
713
+ "list-inside",
714
+ "list-outside"
715
+ ],
716
+ "supportsArbitrary": false
717
+ },
718
+ {
719
+ "name": "letter-spacing",
720
+ "property": "visual",
721
+ "syntax": "visual=\"tracking:[value]\"",
722
+ "category": "visual",
723
+ "values": [
724
+ "tighter",
725
+ "tight",
726
+ "normal",
727
+ "wide",
728
+ "wider",
729
+ "widest"
730
+ ],
731
+ "supportsArbitrary": true
732
+ },
733
+ {
734
+ "name": "line-height",
735
+ "property": "visual",
736
+ "syntax": "visual=\"leading:[value]\"",
737
+ "category": "visual",
738
+ "values": [
739
+ "none",
740
+ "tight",
741
+ "snug",
742
+ "normal",
743
+ "relaxed",
744
+ "loose"
745
+ ],
746
+ "supportsArbitrary": true
747
+ },
748
+ {
749
+ "name": "border-radius",
750
+ "property": "visual",
751
+ "syntax": "visual=\"rounded:[value]\"",
752
+ "category": "visual",
753
+ "values": [
754
+ "none",
755
+ "small",
756
+ "medium",
757
+ "big",
758
+ "round"
759
+ ],
760
+ "supportsArbitrary": false
761
+ },
762
+ {
763
+ "name": "box-shadow",
764
+ "property": "visual",
765
+ "syntax": "visual=\"shadow:[value]\"",
766
+ "category": "visual",
767
+ "values": [
768
+ "none",
769
+ "small",
770
+ "medium",
771
+ "big",
772
+ "giant"
773
+ ],
774
+ "supportsArbitrary": false
775
+ },
776
+ {
777
+ "name": "opacity",
778
+ "property": "visual",
779
+ "syntax": "visual=\"opacity:[value]\"",
780
+ "category": "visual",
781
+ "values": [
782
+ "0",
783
+ "25",
784
+ "50",
785
+ "75",
786
+ "100"
787
+ ],
788
+ "supportsArbitrary": false
789
+ },
790
+ {
791
+ "name": "filter-blur",
792
+ "property": "visual",
793
+ "syntax": "visual=\"blur:[value]\"",
794
+ "category": "visual",
795
+ "values": [
796
+ "none",
797
+ "tiny",
798
+ "small",
799
+ "medium",
800
+ "big",
801
+ "giant",
802
+ "vast"
803
+ ],
804
+ "supportsArbitrary": true
805
+ },
806
+ {
807
+ "name": "cursor",
808
+ "property": "visual",
809
+ "syntax": "visual=\"cursor:[value]\"",
810
+ "category": "visual",
811
+ "values": [
812
+ "auto",
813
+ "default",
814
+ "pointer",
815
+ "wait",
816
+ "text",
817
+ "move",
818
+ "not-allowed",
819
+ "grab",
820
+ "grabbing"
821
+ ],
822
+ "supportsArbitrary": false
823
+ },
824
+ {
825
+ "name": "user-select",
826
+ "property": "visual",
827
+ "syntax": "visual=\"select:[value]\"",
828
+ "category": "visual",
829
+ "values": [
830
+ "none",
831
+ "text",
832
+ "all",
833
+ "auto"
834
+ ],
835
+ "supportsArbitrary": false
836
+ },
837
+ {
838
+ "name": "pointer-events",
839
+ "property": "visual",
840
+ "syntax": "visual=\"pointer-events:[value]\"",
841
+ "category": "visual",
842
+ "values": [
843
+ "none",
844
+ "auto"
845
+ ],
846
+ "supportsArbitrary": false
847
+ },
848
+ {
849
+ "name": "blend-modes",
850
+ "property": "visual",
851
+ "syntax": "visual=\"mix-blend:[value]\"",
852
+ "category": "visual",
853
+ "values": [
854
+ "normal",
855
+ "multiply",
856
+ "screen",
857
+ "overlay",
858
+ "darken",
859
+ "lighten"
860
+ ],
861
+ "supportsArbitrary": false
862
+ },
863
+ {
864
+ "name": "accent-color",
865
+ "property": "visual",
866
+ "syntax": "visual=\"accent:[color]\"",
867
+ "category": "visual",
868
+ "values": [],
869
+ "supportsArbitrary": true
870
+ },
871
+ {
872
+ "name": "caret-color",
873
+ "property": "visual",
874
+ "syntax": "visual=\"caret:[color]\"",
875
+ "category": "visual",
876
+ "values": [],
877
+ "supportsArbitrary": true
878
+ },
879
+ {
880
+ "name": "appearance",
881
+ "property": "visual",
882
+ "syntax": "visual=\"appearance:[value]\"",
883
+ "category": "visual",
884
+ "values": [
885
+ "none",
886
+ "auto"
887
+ ],
888
+ "supportsArbitrary": false
889
+ },
890
+ {
891
+ "name": "background-image",
892
+ "property": "visual",
893
+ "syntax": "visual=\"bg-image:[value]\"",
894
+ "category": "visual",
895
+ "values": [
896
+ "none",
897
+ "gradient-to-t",
898
+ "gradient-to-b",
899
+ "gradient-to-l",
900
+ "gradient-to-r"
901
+ ],
902
+ "supportsArbitrary": true
903
+ },
904
+ {
905
+ "name": "background-attachment",
906
+ "property": "visual",
907
+ "syntax": "visual=\"bg-attachment:[value]\"",
908
+ "category": "visual",
909
+ "values": [
910
+ "fixed",
911
+ "local",
912
+ "scroll"
913
+ ],
914
+ "supportsArbitrary": false
915
+ },
916
+ {
917
+ "name": "background-clip",
918
+ "property": "visual",
919
+ "syntax": "visual=\"bg-clip:[value]\"",
920
+ "category": "visual",
921
+ "values": [
922
+ "border",
923
+ "padding",
924
+ "content",
925
+ "text"
926
+ ],
927
+ "supportsArbitrary": false
928
+ },
929
+ {
930
+ "name": "background-origin",
931
+ "property": "visual",
932
+ "syntax": "visual=\"bg-origin:[value]\"",
933
+ "category": "visual",
934
+ "values": [
935
+ "border",
936
+ "padding",
937
+ "content"
938
+ ],
939
+ "supportsArbitrary": false
940
+ },
941
+ {
942
+ "name": "background-position",
943
+ "property": "visual",
944
+ "syntax": "visual=\"bg-pos:[value]\"",
945
+ "category": "visual",
946
+ "values": [
947
+ "center",
948
+ "top",
949
+ "bottom",
950
+ "left",
951
+ "right",
952
+ "top-left",
953
+ "top-right",
954
+ "bottom-left",
955
+ "bottom-right"
956
+ ],
957
+ "supportsArbitrary": true
958
+ },
959
+ {
960
+ "name": "background-repeat",
961
+ "property": "visual",
962
+ "syntax": "visual=\"bg-repeat:[value]\"",
963
+ "category": "visual",
964
+ "values": [
965
+ "repeat",
966
+ "no-repeat",
967
+ "repeat-x",
968
+ "repeat-y",
969
+ "round",
970
+ "space"
971
+ ],
972
+ "supportsArbitrary": false
973
+ },
974
+ {
975
+ "name": "background-size",
976
+ "property": "visual",
977
+ "syntax": "visual=\"bg-size:[value]\"",
978
+ "category": "visual",
979
+ "values": [
980
+ "auto",
981
+ "cover",
982
+ "contain"
983
+ ],
984
+ "supportsArbitrary": true
985
+ },
986
+ {
987
+ "name": "background-blend-mode",
988
+ "property": "visual",
989
+ "syntax": "visual=\"bg-blend:[value]\"",
990
+ "category": "visual",
991
+ "values": [
992
+ "normal",
993
+ "multiply",
994
+ "screen",
995
+ "overlay",
996
+ "darken",
997
+ "lighten"
998
+ ],
999
+ "supportsArbitrary": false
1000
+ },
1001
+ {
1002
+ "name": "backdrop-blur",
1003
+ "property": "visual",
1004
+ "syntax": "visual=\"backdrop-blur:[value]\"",
1005
+ "category": "visual",
1006
+ "values": [
1007
+ "none",
1008
+ "tiny",
1009
+ "small",
1010
+ "medium",
1011
+ "big",
1012
+ "giant",
1013
+ "vast"
1014
+ ],
1015
+ "supportsArbitrary": true
1016
+ },
1017
+ {
1018
+ "name": "backdrop-brightness",
1019
+ "property": "visual",
1020
+ "syntax": "visual=\"backdrop-brightness:[value]\"",
1021
+ "category": "visual",
1022
+ "values": [
1023
+ "dim",
1024
+ "dark",
1025
+ "normal",
1026
+ "bright",
1027
+ "vivid"
1028
+ ],
1029
+ "supportsArbitrary": true
1030
+ },
1031
+ {
1032
+ "name": "backdrop-contrast",
1033
+ "property": "visual",
1034
+ "syntax": "visual=\"backdrop-contrast:[value]\"",
1035
+ "category": "visual",
1036
+ "values": [
1037
+ "low",
1038
+ "reduced",
1039
+ "normal",
1040
+ "high",
1041
+ "max"
1042
+ ],
1043
+ "supportsArbitrary": true
1044
+ },
1045
+ {
1046
+ "name": "backdrop-grayscale",
1047
+ "property": "visual",
1048
+ "syntax": "visual=\"backdrop-grayscale:[value]\"",
1049
+ "category": "visual",
1050
+ "values": [
1051
+ "none",
1052
+ "partial",
1053
+ "full"
1054
+ ],
1055
+ "supportsArbitrary": true
1056
+ },
1057
+ {
1058
+ "name": "backdrop-hue-rotate",
1059
+ "property": "visual",
1060
+ "syntax": "visual=\"backdrop-hue-rotate:[degrees]\"",
1061
+ "category": "visual",
1062
+ "values": [
1063
+ "0",
1064
+ "90",
1065
+ "180"
1066
+ ],
1067
+ "supportsArbitrary": true
1068
+ },
1069
+ {
1070
+ "name": "backdrop-invert",
1071
+ "property": "visual",
1072
+ "syntax": "visual=\"backdrop-invert:[value]\"",
1073
+ "category": "visual",
1074
+ "values": [
1075
+ "none",
1076
+ "partial",
1077
+ "full"
1078
+ ],
1079
+ "supportsArbitrary": true
1080
+ },
1081
+ {
1082
+ "name": "backdrop-opacity",
1083
+ "property": "visual",
1084
+ "syntax": "visual=\"backdrop-opacity:[value]\"",
1085
+ "category": "visual",
1086
+ "values": [
1087
+ "0",
1088
+ "50",
1089
+ "100"
1090
+ ],
1091
+ "supportsArbitrary": true
1092
+ },
1093
+ {
1094
+ "name": "backdrop-saturate",
1095
+ "property": "visual",
1096
+ "syntax": "visual=\"backdrop-saturate:[value]\"",
1097
+ "category": "visual",
1098
+ "values": [
1099
+ "none",
1100
+ "low",
1101
+ "normal",
1102
+ "high",
1103
+ "vivid"
1104
+ ],
1105
+ "supportsArbitrary": true
1106
+ },
1107
+ {
1108
+ "name": "backdrop-sepia",
1109
+ "property": "visual",
1110
+ "syntax": "visual=\"backdrop-sepia:[value]\"",
1111
+ "category": "visual",
1112
+ "values": [
1113
+ "none",
1114
+ "partial",
1115
+ "full"
1116
+ ],
1117
+ "supportsArbitrary": true
1118
+ },
1119
+ {
1120
+ "name": "scroll-behavior",
1121
+ "property": "visual",
1122
+ "syntax": "visual=\"scroll-behavior:[value]\"",
1123
+ "category": "visual",
1124
+ "values": [
1125
+ "auto",
1126
+ "smooth"
1127
+ ],
1128
+ "supportsArbitrary": false
1129
+ },
1130
+ {
1131
+ "name": "scroll-margin",
1132
+ "property": "visual",
1133
+ "syntax": "visual=\"scroll-m:[value]\"",
1134
+ "category": "visual",
1135
+ "values": [
1136
+ "scroll-m",
1137
+ "scroll-m-t",
1138
+ "scroll-m-r",
1139
+ "scroll-m-b",
1140
+ "scroll-m-l"
1141
+ ],
1142
+ "supportsArbitrary": true
1143
+ },
1144
+ {
1145
+ "name": "scroll-padding",
1146
+ "property": "visual",
1147
+ "syntax": "visual=\"scroll-p:[value]\"",
1148
+ "category": "visual",
1149
+ "values": [
1150
+ "scroll-p",
1151
+ "scroll-p-t",
1152
+ "scroll-p-r",
1153
+ "scroll-p-b",
1154
+ "scroll-p-l"
1155
+ ],
1156
+ "supportsArbitrary": true
1157
+ },
1158
+ {
1159
+ "name": "scroll-snap-align",
1160
+ "property": "visual",
1161
+ "syntax": "visual=\"snap-align:[value]\"",
1162
+ "category": "visual",
1163
+ "values": [
1164
+ "start",
1165
+ "end",
1166
+ "center",
1167
+ "none"
1168
+ ],
1169
+ "supportsArbitrary": false
1170
+ },
1171
+ {
1172
+ "name": "scroll-snap-stop",
1173
+ "property": "visual",
1174
+ "syntax": "visual=\"snap-stop:[value]\"",
1175
+ "category": "visual",
1176
+ "values": [
1177
+ "normal",
1178
+ "always"
1179
+ ],
1180
+ "supportsArbitrary": false
1181
+ },
1182
+ {
1183
+ "name": "scroll-snap-type",
1184
+ "property": "visual",
1185
+ "syntax": "visual=\"snap-type:[value]\"",
1186
+ "category": "visual",
1187
+ "values": [
1188
+ "none",
1189
+ "x",
1190
+ "y",
1191
+ "both",
1192
+ "x-proximity",
1193
+ "y-proximity"
1194
+ ],
1195
+ "supportsArbitrary": false
1196
+ },
1197
+ {
1198
+ "name": "touch-action",
1199
+ "property": "visual",
1200
+ "syntax": "visual=\"touch:[value]\"",
1201
+ "category": "visual",
1202
+ "values": [
1203
+ "auto",
1204
+ "none",
1205
+ "pan-x",
1206
+ "pan-y",
1207
+ "pan-left",
1208
+ "pan-right",
1209
+ "pinch-zoom",
1210
+ "manipulation"
1211
+ ],
1212
+ "supportsArbitrary": false
1213
+ },
1214
+ {
1215
+ "name": "resize",
1216
+ "property": "visual",
1217
+ "syntax": "visual=\"resize:[value]\"",
1218
+ "category": "visual",
1219
+ "values": [
1220
+ "none",
1221
+ "both",
1222
+ "x",
1223
+ "y"
1224
+ ],
1225
+ "supportsArbitrary": false
1226
+ },
1227
+ {
1228
+ "name": "will-change",
1229
+ "property": "visual",
1230
+ "syntax": "visual=\"will-change:[value]\"",
1231
+ "category": "visual",
1232
+ "values": [
1233
+ "auto",
1234
+ "scroll",
1235
+ "contents",
1236
+ "transform",
1237
+ "opacity"
1238
+ ],
1239
+ "supportsArbitrary": false
1240
+ },
1241
+ {
1242
+ "name": "color-scheme",
1243
+ "property": "visual",
1244
+ "syntax": "visual=\"color-scheme:[value]\"",
1245
+ "category": "visual",
1246
+ "values": [
1247
+ "light",
1248
+ "dark",
1249
+ "normal"
1250
+ ],
1251
+ "supportsArbitrary": false
1252
+ },
1253
+ {
1254
+ "name": "field-sizing",
1255
+ "property": "visual",
1256
+ "syntax": "visual=\"field-sizing:[value]\"",
1257
+ "category": "visual",
1258
+ "values": [
1259
+ "fixed",
1260
+ "content"
1261
+ ],
1262
+ "supportsArbitrary": false
1263
+ },
1264
+ {
1265
+ "name": "forced-color-adjust",
1266
+ "property": "visual",
1267
+ "syntax": "visual=\"forced-color:[value]\"",
1268
+ "category": "visual",
1269
+ "values": [
1270
+ "auto",
1271
+ "none"
1272
+ ],
1273
+ "supportsArbitrary": false
1274
+ },
1275
+ {
1276
+ "name": "text-alignment",
1277
+ "property": "visual",
1278
+ "syntax": "visual=\"text:[alignment]\"",
1279
+ "category": "visual",
1280
+ "values": [
1281
+ "left",
1282
+ "center",
1283
+ "right",
1284
+ "justify"
1285
+ ],
1286
+ "supportsArbitrary": false
1287
+ },
1288
+ {
1289
+ "name": "text-transform",
1290
+ "property": "visual",
1291
+ "syntax": "visual=\"[transform-value]\"",
1292
+ "category": "visual",
1293
+ "values": [
1294
+ "uppercase",
1295
+ "lowercase",
1296
+ "capitalize",
1297
+ "normal-case"
1298
+ ],
1299
+ "supportsArbitrary": false
1300
+ },
1301
+ {
1302
+ "name": "text-decoration",
1303
+ "property": "visual",
1304
+ "syntax": "visual=\"[decoration-value]\"",
1305
+ "category": "visual",
1306
+ "values": [
1307
+ "underline",
1308
+ "overline",
1309
+ "line-through",
1310
+ "no-underline"
1311
+ ],
1312
+ "supportsArbitrary": false
1313
+ },
1314
+ {
1315
+ "name": "text-overflow",
1316
+ "property": "visual",
1317
+ "syntax": "visual=\"[overflow-value]\"",
1318
+ "category": "visual",
1319
+ "values": [
1320
+ "truncate",
1321
+ "text-ellipsis",
1322
+ "text-clip"
1323
+ ],
1324
+ "supportsArbitrary": false
1325
+ },
1326
+ {
1327
+ "name": "text-wrap",
1328
+ "property": "visual",
1329
+ "syntax": "visual=\"[wrap-value]\"",
1330
+ "category": "visual",
1331
+ "values": [
1332
+ "text-wrap",
1333
+ "text-nowrap",
1334
+ "text-balance",
1335
+ "text-pretty"
1336
+ ],
1337
+ "supportsArbitrary": false
1338
+ },
1339
+ {
1340
+ "name": "whitespace",
1341
+ "property": "visual",
1342
+ "syntax": "visual=\"whitespace:[value]\"",
1343
+ "category": "visual",
1344
+ "values": [
1345
+ "normal",
1346
+ "nowrap",
1347
+ "pre",
1348
+ "pre-line",
1349
+ "pre-wrap",
1350
+ "break-spaces"
1351
+ ],
1352
+ "supportsArbitrary": false
1353
+ },
1354
+ {
1355
+ "name": "word-break",
1356
+ "property": "visual",
1357
+ "syntax": "visual=\"[break-value]\"",
1358
+ "category": "visual",
1359
+ "values": [
1360
+ "break-normal",
1361
+ "break-words",
1362
+ "break-all",
1363
+ "break-keep"
1364
+ ],
1365
+ "supportsArbitrary": false
1366
+ },
1367
+ {
1368
+ "name": "hyphens",
1369
+ "property": "visual",
1370
+ "syntax": "visual=\"hyphens:[value]\"",
1371
+ "category": "visual",
1372
+ "values": [
1373
+ "none",
1374
+ "manual",
1375
+ "auto"
1376
+ ],
1377
+ "supportsArbitrary": false
1378
+ },
1379
+ {
1380
+ "name": "text-indent",
1381
+ "property": "visual",
1382
+ "syntax": "visual=\"indent:[value]\"",
1383
+ "category": "visual",
1384
+ "values": [
1385
+ "0"
1386
+ ],
1387
+ "supportsArbitrary": true
1388
+ },
1389
+ {
1390
+ "name": "vertical-align",
1391
+ "property": "visual",
1392
+ "syntax": "visual=\"align:[value]\"",
1393
+ "category": "visual",
1394
+ "values": [
1395
+ "baseline",
1396
+ "top",
1397
+ "middle",
1398
+ "bottom",
1399
+ "text-top",
1400
+ "text-bottom",
1401
+ "sub",
1402
+ "super"
1403
+ ],
1404
+ "supportsArbitrary": false
1405
+ },
1406
+ {
1407
+ "name": "font-style",
1408
+ "property": "visual",
1409
+ "syntax": "visual=\"[style-value]\"",
1410
+ "category": "visual",
1411
+ "values": [
1412
+ "italic",
1413
+ "not-italic"
1414
+ ],
1415
+ "supportsArbitrary": false
1416
+ },
1417
+ {
1418
+ "name": "font-smoothing",
1419
+ "property": "visual",
1420
+ "syntax": "visual=\"[smoothing-value]\"",
1421
+ "category": "visual",
1422
+ "values": [
1423
+ "antialiased",
1424
+ "subpixel-antialiased"
1425
+ ],
1426
+ "supportsArbitrary": false
1427
+ },
1428
+ {
1429
+ "name": "line-clamp",
1430
+ "property": "visual",
1431
+ "syntax": "visual=\"line-clamp:[value]\"",
1432
+ "category": "visual",
1433
+ "values": [
1434
+ "1",
1435
+ "2",
1436
+ "3",
1437
+ "none"
1438
+ ],
1439
+ "supportsArbitrary": true
1440
+ },
1441
+ {
1442
+ "name": "list-style",
1443
+ "property": "visual",
1444
+ "syntax": "visual=\"list:[value]\"",
1445
+ "category": "visual",
1446
+ "values": [
1447
+ "none",
1448
+ "disc",
1449
+ "decimal",
1450
+ "square",
1451
+ "inside",
1452
+ "outside"
1453
+ ],
1454
+ "supportsArbitrary": false
1455
+ },
1456
+ {
1457
+ "name": "text-shadow",
1458
+ "property": "visual",
1459
+ "syntax": "visual=\"text-shadow:[value]\"",
1460
+ "category": "visual",
1461
+ "values": [
1462
+ "none",
1463
+ "small",
1464
+ "medium",
1465
+ "big"
1466
+ ],
1467
+ "supportsArbitrary": true
1468
+ },
1469
+ {
1470
+ "name": "font-variant-numeric",
1471
+ "property": "visual",
1472
+ "syntax": "visual=\"[variant-value]\"",
1473
+ "category": "visual",
1474
+ "values": [
1475
+ "normal-nums",
1476
+ "ordinal",
1477
+ "slashed-zero",
1478
+ "lining-nums",
1479
+ "oldstyle-nums",
1480
+ "proportional-nums",
1481
+ "tabular-nums"
1482
+ ],
1483
+ "supportsArbitrary": false
1484
+ },
1485
+ {
1486
+ "name": "transform-perspective",
1487
+ "property": "visual",
1488
+ "syntax": "visual=\"perspective:[value]\"",
1489
+ "category": "visual",
1490
+ "values": [
1491
+ "none",
1492
+ "dramatic",
1493
+ "near",
1494
+ "normal",
1495
+ "midrange",
1496
+ "far",
1497
+ "distant"
1498
+ ],
1499
+ "supportsArbitrary": true
1500
+ },
1501
+ {
1502
+ "name": "transform-perspective-origin",
1503
+ "property": "visual",
1504
+ "syntax": "visual=\"perspective-origin:[value]\"",
1505
+ "category": "visual",
1506
+ "values": [
1507
+ "center",
1508
+ "top",
1509
+ "bottom",
1510
+ "left",
1511
+ "right",
1512
+ "top-left",
1513
+ "top-right",
1514
+ "bottom-left",
1515
+ "bottom-right"
1516
+ ],
1517
+ "supportsArbitrary": true
1518
+ },
1519
+ {
1520
+ "name": "transform-rotate-3d",
1521
+ "property": "visual",
1522
+ "syntax": "visual=\"rotate-x:[degrees]\" or visual=\"rotate-y:[degrees]\" or visual=\"rotate-z:[degrees]\"",
1523
+ "category": "visual",
1524
+ "values": [
1525
+ "0",
1526
+ "45",
1527
+ "90",
1528
+ "180"
1529
+ ],
1530
+ "supportsArbitrary": true
1531
+ },
1532
+ {
1533
+ "name": "transform-translate-z",
1534
+ "property": "visual",
1535
+ "syntax": "visual=\"translate-z:[value]\"",
1536
+ "category": "visual",
1537
+ "values": [
1538
+ "0",
1539
+ "near",
1540
+ "far"
1541
+ ],
1542
+ "supportsArbitrary": true
1543
+ },
1544
+ {
1545
+ "name": "transform-style",
1546
+ "property": "visual",
1547
+ "syntax": "visual=\"transform-style:[value]\"",
1548
+ "category": "visual",
1549
+ "values": [
1550
+ "flat",
1551
+ "preserve-3d"
1552
+ ],
1553
+ "supportsArbitrary": false
1554
+ },
1555
+ {
1556
+ "name": "transform-backface",
1557
+ "property": "visual",
1558
+ "syntax": "visual=\"backface:[value]\"",
1559
+ "category": "visual",
1560
+ "values": [
1561
+ "visible",
1562
+ "hidden"
1563
+ ],
1564
+ "supportsArbitrary": false
1565
+ },
1566
+ {
1567
+ "name": "mask",
1568
+ "property": "visual",
1569
+ "syntax": "visual=\"mask:[value]\"",
1570
+ "category": "visual",
1571
+ "values": [
1572
+ "none",
1573
+ "fade-y",
1574
+ "fade-x"
1575
+ ],
1576
+ "supportsArbitrary": true
1577
+ },
1578
+ {
1579
+ "name": "state-prefixes",
1580
+ "property": "visual",
1581
+ "syntax": "visual=\"hover:... focus:... active:...\"",
1582
+ "category": "visual",
1583
+ "values": [
1584
+ "hover:",
1585
+ "focus:",
1586
+ "active:",
1587
+ "disabled:",
1588
+ "visited:",
1589
+ "first:",
1590
+ "last:",
1591
+ "odd:",
1592
+ "even:"
1593
+ ],
1594
+ "supportsArbitrary": false
1595
+ },
1596
+ {
1597
+ "name": "filter-brightness",
1598
+ "property": "visual",
1599
+ "syntax": "visual=\"brightness:[value]\"",
1600
+ "category": "visual",
1601
+ "values": [
1602
+ "dim",
1603
+ "dark",
1604
+ "normal",
1605
+ "bright",
1606
+ "vivid"
1607
+ ],
1608
+ "supportsArbitrary": true
1609
+ },
1610
+ {
1611
+ "name": "filter-contrast",
1612
+ "property": "visual",
1613
+ "syntax": "visual=\"contrast:[value]\"",
1614
+ "category": "visual",
1615
+ "values": [
1616
+ "low",
1617
+ "reduced",
1618
+ "normal",
1619
+ "high",
1620
+ "max"
1621
+ ],
1622
+ "supportsArbitrary": true
1623
+ },
1624
+ {
1625
+ "name": "filter-grayscale",
1626
+ "property": "visual",
1627
+ "syntax": "visual=\"grayscale:[value]\"",
1628
+ "category": "visual",
1629
+ "values": [
1630
+ "none",
1631
+ "partial",
1632
+ "full"
1633
+ ],
1634
+ "supportsArbitrary": true
1635
+ },
1636
+ {
1637
+ "name": "filter-hue-rotate",
1638
+ "property": "visual",
1639
+ "syntax": "visual=\"hue-rotate:[degrees]\"",
1640
+ "category": "visual",
1641
+ "values": [
1642
+ "0",
1643
+ "90",
1644
+ "180"
1645
+ ],
1646
+ "supportsArbitrary": true
1647
+ },
1648
+ {
1649
+ "name": "filter-invert",
1650
+ "property": "visual",
1651
+ "syntax": "visual=\"invert:[value]\"",
1652
+ "category": "visual",
1653
+ "values": [
1654
+ "none",
1655
+ "partial",
1656
+ "full"
1657
+ ],
1658
+ "supportsArbitrary": true
1659
+ },
1660
+ {
1661
+ "name": "filter-saturate",
1662
+ "property": "visual",
1663
+ "syntax": "visual=\"saturate:[value]\"",
1664
+ "category": "visual",
1665
+ "values": [
1666
+ "none",
1667
+ "low",
1668
+ "normal",
1669
+ "high",
1670
+ "vivid"
1671
+ ],
1672
+ "supportsArbitrary": true
1673
+ },
1674
+ {
1675
+ "name": "filter-sepia",
1676
+ "property": "visual",
1677
+ "syntax": "visual=\"sepia:[value]\"",
1678
+ "category": "visual",
1679
+ "values": [
1680
+ "none",
1681
+ "partial",
1682
+ "full"
1683
+ ],
1684
+ "supportsArbitrary": true
1685
+ },
1686
+ {
1687
+ "name": "filter-drop-shadow",
1688
+ "property": "visual",
1689
+ "syntax": "visual=\"drop-shadow:[value]\"",
1690
+ "category": "visual",
1691
+ "values": [
1692
+ "none",
1693
+ "tiny",
1694
+ "small",
1695
+ "medium",
1696
+ "big",
1697
+ "giant"
1698
+ ],
1699
+ "supportsArbitrary": true
1700
+ },
1701
+ {
1702
+ "name": "transition-property",
1703
+ "property": "visual",
1704
+ "syntax": "visual=\"transition:[value]\"",
1705
+ "category": "visual",
1706
+ "values": [
1707
+ "none",
1708
+ "all",
1709
+ "colors",
1710
+ "opacity",
1711
+ "shadow",
1712
+ "transform"
1713
+ ],
1714
+ "supportsArbitrary": false
1715
+ },
1716
+ {
1717
+ "name": "transition-duration",
1718
+ "property": "visual",
1719
+ "syntax": "visual=\"duration:[value]\"",
1720
+ "category": "visual",
1721
+ "values": [
1722
+ "instant",
1723
+ "quick",
1724
+ "fast",
1725
+ "normal",
1726
+ "slow",
1727
+ "slower",
1728
+ "lazy"
1729
+ ],
1730
+ "supportsArbitrary": true
1731
+ },
1732
+ {
1733
+ "name": "transition-timing",
1734
+ "property": "visual",
1735
+ "syntax": "visual=\"ease:[value]\"",
1736
+ "category": "visual",
1737
+ "values": [
1738
+ "linear",
1739
+ "in",
1740
+ "out",
1741
+ "in-out"
1742
+ ],
1743
+ "supportsArbitrary": true
1744
+ },
1745
+ {
1746
+ "name": "transition-delay",
1747
+ "property": "visual",
1748
+ "syntax": "visual=\"delay:[value]\"",
1749
+ "category": "visual",
1750
+ "values": [
1751
+ "instant",
1752
+ "quick",
1753
+ "fast",
1754
+ "normal",
1755
+ "slow"
1756
+ ],
1757
+ "supportsArbitrary": true
1758
+ },
1759
+ {
1760
+ "name": "animation-builtin",
1761
+ "property": "visual",
1762
+ "syntax": "visual=\"animate:[value]\"",
1763
+ "category": "visual",
1764
+ "values": [
1765
+ "none",
1766
+ "spin",
1767
+ "ping",
1768
+ "pulse",
1769
+ "bounce"
1770
+ ],
1771
+ "supportsArbitrary": true
1772
+ },
1773
+ {
1774
+ "name": "animation-duration",
1775
+ "property": "visual",
1776
+ "syntax": "visual=\"animation-duration:[value]\"",
1777
+ "category": "visual",
1778
+ "values": [
1779
+ "instant",
1780
+ "quick",
1781
+ "fast",
1782
+ "normal",
1783
+ "slow",
1784
+ "slower",
1785
+ "lazy"
1786
+ ],
1787
+ "supportsArbitrary": true
1788
+ },
1789
+ {
1790
+ "name": "animation-delay",
1791
+ "property": "visual",
1792
+ "syntax": "visual=\"animation-delay:[value]\"",
1793
+ "category": "visual",
1794
+ "values": [
1795
+ "instant",
1796
+ "quick",
1797
+ "fast",
1798
+ "normal",
1799
+ "slow"
1800
+ ],
1801
+ "supportsArbitrary": true
1802
+ },
1803
+ {
1804
+ "name": "animation-iteration",
1805
+ "property": "visual",
1806
+ "syntax": "visual=\"animation-iteration:[value]\"",
1807
+ "category": "visual",
1808
+ "values": [
1809
+ "1",
1810
+ "infinite"
1811
+ ],
1812
+ "supportsArbitrary": false
1813
+ },
1814
+ {
1815
+ "name": "animation-direction",
1816
+ "property": "visual",
1817
+ "syntax": "visual=\"animation-direction:[value]\"",
1818
+ "category": "visual",
1819
+ "values": [
1820
+ "normal",
1821
+ "reverse",
1822
+ "alternate",
1823
+ "alternate-reverse"
1824
+ ],
1825
+ "supportsArbitrary": false
1826
+ },
1827
+ {
1828
+ "name": "animation-fill",
1829
+ "property": "visual",
1830
+ "syntax": "visual=\"animation-fill:[value]\"",
1831
+ "category": "visual",
1832
+ "values": [
1833
+ "none",
1834
+ "forwards",
1835
+ "backwards",
1836
+ "both"
1837
+ ],
1838
+ "supportsArbitrary": false
1839
+ },
1840
+ {
1841
+ "name": "animation-play",
1842
+ "property": "visual",
1843
+ "syntax": "visual=\"animation-play:[value]\"",
1844
+ "category": "visual",
1845
+ "values": [
1846
+ "running",
1847
+ "paused"
1848
+ ],
1849
+ "supportsArbitrary": false
1850
+ },
1851
+ {
1852
+ "name": "transform-scale",
1853
+ "property": "visual",
1854
+ "syntax": "visual=\"scale:[value]\"",
1855
+ "category": "visual",
1856
+ "values": [
1857
+ "0",
1858
+ "50",
1859
+ "75",
1860
+ "100",
1861
+ "110",
1862
+ "125",
1863
+ "150"
1864
+ ],
1865
+ "supportsArbitrary": true
1866
+ },
1867
+ {
1868
+ "name": "transform-rotate",
1869
+ "property": "visual",
1870
+ "syntax": "visual=\"rotate:[degrees]\"",
1871
+ "category": "visual",
1872
+ "values": [
1873
+ "0",
1874
+ "45",
1875
+ "90",
1876
+ "180"
1877
+ ],
1878
+ "supportsArbitrary": true
1879
+ },
1880
+ {
1881
+ "name": "transform-translate",
1882
+ "property": "visual",
1883
+ "syntax": "visual=\"translate-x:[value]\" or visual=\"translate-y:[value]\" or visual=\"translate-z:[value]\"",
1884
+ "category": "visual",
1885
+ "values": [
1886
+ "0",
1887
+ "tiny",
1888
+ "small",
1889
+ "medium",
1890
+ "big",
1891
+ "full",
1892
+ "1/2",
1893
+ "-full",
1894
+ "-1/2"
1895
+ ],
1896
+ "supportsArbitrary": true
1897
+ },
1898
+ {
1899
+ "name": "transform-skew",
1900
+ "property": "visual",
1901
+ "syntax": "visual=\"skew-x:[degrees]\" or visual=\"skew-y:[degrees]\"",
1902
+ "category": "visual",
1903
+ "values": [
1904
+ "0",
1905
+ "3",
1906
+ "6",
1907
+ "12"
1908
+ ],
1909
+ "supportsArbitrary": true
1910
+ },
1911
+ {
1912
+ "name": "transform-origin",
1913
+ "property": "visual",
1914
+ "syntax": "visual=\"origin:[value]\"",
1915
+ "category": "visual",
1916
+ "values": [
1917
+ "center",
1918
+ "top",
1919
+ "top-right",
1920
+ "right",
1921
+ "bottom-right",
1922
+ "bottom",
1923
+ "bottom-left",
1924
+ "left",
1925
+ "top-left"
1926
+ ],
1927
+ "supportsArbitrary": true
1928
+ },
1929
+ {
1930
+ "name": "border",
1931
+ "property": "visual",
1932
+ "syntax": "visual=\"border:[color]\" | visual=\"border-{t|b|l|r|x|y}:[color]\"",
1933
+ "category": "visual",
1934
+ "values": [
1935
+ "primary",
1936
+ "gray-300",
1937
+ "danger"
1938
+ ],
1939
+ "supportsArbitrary": true
1940
+ },
1941
+ {
1942
+ "name": "border-width",
1943
+ "property": "visual",
1944
+ "syntax": "visual=\"border-w:[value]\" | visual=\"border-{t|b|l|r|x|y}-w:[value]\"",
1945
+ "category": "visual",
1946
+ "values": [
1947
+ "none",
1948
+ "thin",
1949
+ "regular",
1950
+ "thick"
1951
+ ],
1952
+ "supportsArbitrary": true
1953
+ },
1954
+ {
1955
+ "name": "border-style",
1956
+ "property": "visual",
1957
+ "syntax": "visual=\"border-style:[value]\"",
1958
+ "category": "visual",
1959
+ "values": [
1960
+ "solid",
1961
+ "dashed",
1962
+ "dotted",
1963
+ "double",
1964
+ "none"
1965
+ ],
1966
+ "supportsArbitrary": false
1967
+ },
1968
+ {
1969
+ "name": "outline",
1970
+ "property": "visual",
1971
+ "syntax": "visual=\"outline:[color]\"",
1972
+ "category": "visual",
1973
+ "values": [],
1974
+ "supportsArbitrary": true
1975
+ },
1976
+ {
1977
+ "name": "fill",
1978
+ "property": "visual",
1979
+ "syntax": "visual=\"fill:[color]\"",
1980
+ "category": "visual",
1981
+ "values": [
1982
+ "none",
1983
+ "current"
1984
+ ],
1985
+ "supportsArbitrary": true
1986
+ },
1987
+ {
1988
+ "name": "stroke",
1989
+ "property": "visual",
1990
+ "syntax": "visual=\"stroke:[color]\"",
1991
+ "category": "visual",
1992
+ "values": [
1993
+ "none",
1994
+ "current"
1995
+ ],
1996
+ "supportsArbitrary": true
1997
+ },
1998
+ {
1999
+ "name": "stroke-width",
2000
+ "property": "visual",
2001
+ "syntax": "visual=\"stroke-w:[value]\"",
2002
+ "category": "visual",
2003
+ "values": [
2004
+ "0",
2005
+ "1",
2006
+ "2"
2007
+ ],
2008
+ "supportsArbitrary": true
2009
+ }
1973
2010
  ]