@bookklik/senangstart-css 0.1.4 → 0.1.7

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 (524) hide show
  1. package/.github/workflows/deploy-docs.yml +7 -1
  2. package/dist/senangstart-css.js +1436 -14
  3. package/dist/senangstart-css.min.js +1159 -10
  4. package/docs/.vitepress/config.js +621 -15
  5. package/docs/SYNTAX-REFERENCE.md +1555 -0
  6. package/docs/guide/preflight.md +139 -0
  7. package/docs/ms/guide/preflight.md +139 -0
  8. package/docs/ms/reference/colors.md +45 -45
  9. package/docs/ms/reference/layout/align-content.md +35 -0
  10. package/docs/ms/reference/layout/align-items.md +33 -0
  11. package/docs/ms/reference/layout/align-self.md +34 -0
  12. package/docs/ms/reference/layout/aspect-ratio.md +40 -0
  13. package/docs/ms/reference/layout/border-collapse.md +30 -0
  14. package/docs/ms/reference/layout/border-spacing.md +39 -0
  15. package/docs/ms/reference/layout/box-sizing.md +30 -0
  16. package/docs/ms/reference/layout/caption-side.md +30 -0
  17. package/docs/ms/reference/layout/columns.md +30 -0
  18. package/docs/ms/reference/layout/container.md +29 -0
  19. package/docs/ms/reference/layout/display.md +60 -0
  20. package/docs/ms/reference/layout/flex-basis.md +38 -0
  21. package/docs/ms/reference/layout/flex-direction.md +33 -0
  22. package/docs/ms/reference/layout/flex-items.md +32 -0
  23. package/docs/ms/reference/layout/flex-wrap.md +31 -0
  24. package/docs/ms/reference/layout/flex.md +40 -0
  25. package/docs/ms/reference/layout/float-clear.md +32 -0
  26. package/docs/ms/reference/layout/grid-auto-flow.md +33 -0
  27. package/docs/ms/reference/layout/grid-auto-sizing.md +32 -0
  28. package/docs/ms/reference/layout/grid-column-span.md +31 -0
  29. package/docs/ms/reference/layout/grid-columns.md +32 -0
  30. package/docs/ms/reference/layout/grid-row-span.md +30 -0
  31. package/docs/ms/reference/layout/grid-rows.md +31 -0
  32. package/docs/ms/reference/layout/inset.md +44 -0
  33. package/docs/ms/reference/layout/isolation.md +30 -0
  34. package/docs/ms/reference/layout/justify-content.md +36 -0
  35. package/docs/ms/reference/layout/justify-items.md +32 -0
  36. package/docs/ms/reference/layout/justify-self.md +33 -0
  37. package/docs/ms/reference/layout/object-fit.md +33 -0
  38. package/docs/ms/reference/layout/object-position.md +45 -0
  39. package/docs/ms/reference/layout/order.md +32 -0
  40. package/docs/ms/reference/layout/overflow.md +34 -0
  41. package/docs/ms/reference/layout/overscroll.md +31 -0
  42. package/docs/ms/reference/layout/place-content.md +35 -0
  43. package/docs/ms/reference/layout/place-items.md +32 -0
  44. package/docs/ms/reference/layout/place-self.md +33 -0
  45. package/docs/ms/reference/layout/position.md +34 -0
  46. package/docs/ms/reference/layout/shorthand-alignment.md +34 -0
  47. package/docs/ms/reference/layout/table-layout.md +30 -0
  48. package/docs/ms/reference/layout/visibility.md +30 -0
  49. package/docs/ms/reference/layout/z-index.md +33 -0
  50. package/docs/ms/reference/layout.md +53 -95
  51. package/docs/ms/reference/space/arbitrary-values.md +32 -0
  52. package/docs/ms/reference/space/gap.md +44 -0
  53. package/docs/ms/reference/space/height.md +44 -0
  54. package/docs/ms/reference/space/margin.md +49 -0
  55. package/docs/ms/reference/space/padding.md +49 -0
  56. package/docs/ms/reference/space/scale-reference.md +43 -0
  57. package/docs/ms/reference/space/sizing.md +27 -0
  58. package/docs/ms/reference/space/width.md +45 -0
  59. package/docs/ms/reference/space.md +15 -99
  60. package/docs/ms/reference/spacing.md +22 -8
  61. package/docs/ms/reference/visual/accent-color.md +31 -0
  62. package/docs/ms/reference/visual/animation-builtin.md +41 -0
  63. package/docs/ms/reference/visual/animation-delay.md +41 -0
  64. package/docs/ms/reference/visual/animation-direction.md +32 -0
  65. package/docs/ms/reference/visual/animation-duration.md +43 -0
  66. package/docs/ms/reference/visual/animation-fill.md +32 -0
  67. package/docs/ms/reference/visual/animation-iteration.md +30 -0
  68. package/docs/ms/reference/visual/animation-play.md +30 -0
  69. package/docs/ms/reference/visual/appearance.md +30 -0
  70. package/docs/ms/reference/visual/backdrop-blur.md +43 -0
  71. package/docs/ms/reference/visual/backdrop-brightness.md +41 -0
  72. package/docs/ms/reference/visual/backdrop-contrast.md +41 -0
  73. package/docs/ms/reference/visual/backdrop-grayscale.md +39 -0
  74. package/docs/ms/reference/visual/backdrop-hue-rotate.md +39 -0
  75. package/docs/ms/reference/visual/backdrop-invert.md +39 -0
  76. package/docs/ms/reference/visual/backdrop-opacity.md +39 -0
  77. package/docs/ms/reference/visual/backdrop-saturate.md +41 -0
  78. package/docs/ms/reference/visual/backdrop-sepia.md +39 -0
  79. package/docs/ms/reference/visual/background-attachment.md +31 -0
  80. package/docs/ms/reference/visual/background-blend-mode.md +34 -0
  81. package/docs/ms/reference/visual/background-clip.md +32 -0
  82. package/docs/ms/reference/visual/background-color.md +33 -0
  83. package/docs/ms/reference/visual/background-image.md +41 -0
  84. package/docs/ms/reference/visual/background-origin.md +31 -0
  85. package/docs/ms/reference/visual/background-position.md +45 -0
  86. package/docs/ms/reference/visual/background-repeat.md +34 -0
  87. package/docs/ms/reference/visual/background-size.md +39 -0
  88. package/docs/ms/reference/visual/background.md +13 -0
  89. package/docs/ms/reference/visual/blend-modes.md +34 -0
  90. package/docs/ms/reference/visual/border-radius.md +34 -0
  91. package/docs/ms/reference/visual/border-style.md +33 -0
  92. package/docs/ms/reference/visual/border-width.md +44 -0
  93. package/docs/ms/reference/visual/border.md +43 -0
  94. package/docs/ms/reference/visual/box-shadow.md +33 -0
  95. package/docs/ms/reference/visual/caret-color.md +31 -0
  96. package/docs/ms/reference/visual/color-scheme.md +31 -0
  97. package/docs/ms/reference/visual/cursor.md +37 -0
  98. package/docs/ms/reference/visual/field-sizing.md +30 -0
  99. package/docs/ms/reference/visual/fill.md +38 -0
  100. package/docs/ms/reference/visual/filter-blur.md +43 -0
  101. package/docs/ms/reference/visual/filter-brightness.md +41 -0
  102. package/docs/ms/reference/visual/filter-contrast.md +41 -0
  103. package/docs/ms/reference/visual/filter-drop-shadow.md +42 -0
  104. package/docs/ms/reference/visual/filter-grayscale.md +39 -0
  105. package/docs/ms/reference/visual/filter-hue-rotate.md +39 -0
  106. package/docs/ms/reference/visual/filter-invert.md +39 -0
  107. package/docs/ms/reference/visual/filter-saturate.md +41 -0
  108. package/docs/ms/reference/visual/filter-sepia.md +39 -0
  109. package/docs/ms/reference/visual/font-family.md +31 -0
  110. package/docs/ms/reference/visual/font-smoothing.md +30 -0
  111. package/docs/ms/reference/visual/font-style.md +30 -0
  112. package/docs/ms/reference/visual/font-variant-numeric.md +35 -0
  113. package/docs/ms/reference/visual/font-weight.md +31 -0
  114. package/docs/ms/reference/visual/forced-color-adjust.md +30 -0
  115. package/docs/ms/reference/visual/hyphens.md +31 -0
  116. package/docs/ms/reference/visual/letter-spacing.md +42 -0
  117. package/docs/ms/reference/visual/line-clamp.md +40 -0
  118. package/docs/ms/reference/visual/line-height.md +42 -0
  119. package/docs/ms/reference/visual/list-style.md +34 -0
  120. package/docs/ms/reference/visual/mask.md +39 -0
  121. package/docs/ms/reference/visual/opacity.md +33 -0
  122. package/docs/ms/reference/visual/outline.md +31 -0
  123. package/docs/ms/reference/visual/pointer-events.md +30 -0
  124. package/docs/ms/reference/visual/resize.md +32 -0
  125. package/docs/ms/reference/visual/scroll-behavior.md +30 -0
  126. package/docs/ms/reference/visual/scroll-margin.md +41 -0
  127. package/docs/ms/reference/visual/scroll-padding.md +41 -0
  128. package/docs/ms/reference/visual/scroll-snap-align.md +32 -0
  129. package/docs/ms/reference/visual/scroll-snap-stop.md +30 -0
  130. package/docs/ms/reference/visual/scroll-snap-type.md +34 -0
  131. package/docs/ms/reference/visual/state-prefixes.md +37 -0
  132. package/docs/ms/reference/visual/stroke-width.md +39 -0
  133. package/docs/ms/reference/visual/stroke.md +38 -0
  134. package/docs/ms/reference/visual/text-alignment.md +32 -0
  135. package/docs/ms/reference/visual/text-color.md +41 -0
  136. package/docs/ms/reference/visual/text-decoration.md +32 -0
  137. package/docs/ms/reference/visual/text-indent.md +37 -0
  138. package/docs/ms/reference/visual/text-overflow.md +31 -0
  139. package/docs/ms/reference/visual/text-shadow.md +40 -0
  140. package/docs/ms/reference/visual/text-size.md +32 -0
  141. package/docs/ms/reference/visual/text-transform.md +32 -0
  142. package/docs/ms/reference/visual/text-wrap.md +32 -0
  143. package/docs/ms/reference/visual/touch-action.md +36 -0
  144. package/docs/ms/reference/visual/transform-backface.md +30 -0
  145. package/docs/ms/reference/visual/transform-origin.md +45 -0
  146. package/docs/ms/reference/visual/transform-perspective-origin.md +45 -0
  147. package/docs/ms/reference/visual/transform-perspective.md +43 -0
  148. package/docs/ms/reference/visual/transform-rotate.md +40 -0
  149. package/docs/ms/reference/visual/transform-scale.md +43 -0
  150. package/docs/ms/reference/visual/transform-skew.md +40 -0
  151. package/docs/ms/reference/visual/transform-style.md +30 -0
  152. package/docs/ms/reference/visual/transform-translate.md +39 -0
  153. package/docs/ms/reference/visual/transition-delay.md +41 -0
  154. package/docs/ms/reference/visual/transition-duration.md +43 -0
  155. package/docs/ms/reference/visual/transition-property.md +34 -0
  156. package/docs/ms/reference/visual/transition-timing.md +40 -0
  157. package/docs/ms/reference/visual/typography-keywords.md +81 -0
  158. package/docs/ms/reference/visual/user-select.md +32 -0
  159. package/docs/ms/reference/visual/vertical-align.md +36 -0
  160. package/docs/ms/reference/visual/whitespace.md +34 -0
  161. package/docs/ms/reference/visual/will-change.md +33 -0
  162. package/docs/ms/reference/visual/word-break.md +32 -0
  163. package/docs/ms/reference/visual.md +145 -148
  164. package/docs/public/assets/senangstart-css.min.js +1545 -0
  165. package/docs/reference/layout/align-content.md +35 -0
  166. package/docs/reference/layout/align-items.md +33 -0
  167. package/docs/reference/layout/align-self.md +34 -0
  168. package/docs/reference/layout/aspect-ratio.md +40 -0
  169. package/docs/reference/layout/border-collapse.md +30 -0
  170. package/docs/reference/layout/border-spacing.md +39 -0
  171. package/docs/reference/layout/box-sizing.md +30 -0
  172. package/docs/reference/layout/caption-side.md +30 -0
  173. package/docs/reference/layout/columns.md +30 -0
  174. package/docs/reference/layout/container.md +29 -0
  175. package/docs/reference/layout/display.md +60 -0
  176. package/docs/reference/layout/flex-basis.md +38 -0
  177. package/docs/reference/layout/flex-direction.md +33 -0
  178. package/docs/reference/layout/flex-items.md +32 -0
  179. package/docs/reference/layout/flex-wrap.md +31 -0
  180. package/docs/reference/layout/flex.md +40 -0
  181. package/docs/reference/layout/float-clear.md +32 -0
  182. package/docs/reference/layout/grid-auto-flow.md +33 -0
  183. package/docs/reference/layout/grid-auto-sizing.md +32 -0
  184. package/docs/reference/layout/grid-column-span.md +31 -0
  185. package/docs/reference/layout/grid-columns.md +32 -0
  186. package/docs/reference/layout/grid-row-span.md +30 -0
  187. package/docs/reference/layout/grid-rows.md +31 -0
  188. package/docs/reference/layout/inset.md +44 -0
  189. package/docs/reference/layout/isolation.md +30 -0
  190. package/docs/reference/layout/justify-content.md +36 -0
  191. package/docs/reference/layout/justify-items.md +32 -0
  192. package/docs/reference/layout/justify-self.md +33 -0
  193. package/docs/reference/layout/object-fit.md +33 -0
  194. package/docs/reference/layout/object-position.md +45 -0
  195. package/docs/reference/layout/order.md +32 -0
  196. package/docs/reference/layout/overflow.md +34 -0
  197. package/docs/reference/layout/overscroll.md +31 -0
  198. package/docs/reference/layout/place-content.md +35 -0
  199. package/docs/reference/layout/place-items.md +32 -0
  200. package/docs/reference/layout/place-self.md +33 -0
  201. package/docs/reference/layout/position.md +34 -0
  202. package/docs/reference/layout/shorthand-alignment.md +34 -0
  203. package/docs/reference/layout/table-layout.md +30 -0
  204. package/docs/reference/layout/visibility.md +30 -0
  205. package/docs/reference/layout/z-index.md +33 -0
  206. package/docs/reference/layout.md +60 -102
  207. package/docs/reference/space/arbitrary-values.md +39 -0
  208. package/docs/reference/space/gap.md +44 -0
  209. package/docs/reference/space/height.md +44 -0
  210. package/docs/reference/space/margin.md +49 -0
  211. package/docs/reference/space/padding.md +49 -0
  212. package/docs/reference/space/scale-reference.md +43 -0
  213. package/docs/reference/space/width.md +45 -0
  214. package/docs/reference/space.md +14 -98
  215. package/docs/reference/spacing.md +22 -8
  216. package/docs/reference/visual/accent-color.md +31 -0
  217. package/docs/reference/visual/animation-builtin.md +41 -0
  218. package/docs/reference/visual/animation-delay.md +41 -0
  219. package/docs/reference/visual/animation-direction.md +32 -0
  220. package/docs/reference/visual/animation-duration.md +43 -0
  221. package/docs/reference/visual/animation-fill.md +32 -0
  222. package/docs/reference/visual/animation-iteration.md +30 -0
  223. package/docs/reference/visual/animation-play.md +30 -0
  224. package/docs/reference/visual/appearance.md +30 -0
  225. package/docs/reference/visual/backdrop-blur.md +43 -0
  226. package/docs/reference/visual/backdrop-brightness.md +41 -0
  227. package/docs/reference/visual/backdrop-contrast.md +41 -0
  228. package/docs/reference/visual/backdrop-grayscale.md +39 -0
  229. package/docs/reference/visual/backdrop-hue-rotate.md +39 -0
  230. package/docs/reference/visual/backdrop-invert.md +39 -0
  231. package/docs/reference/visual/backdrop-opacity.md +39 -0
  232. package/docs/reference/visual/backdrop-saturate.md +41 -0
  233. package/docs/reference/visual/backdrop-sepia.md +39 -0
  234. package/docs/reference/visual/background-attachment.md +31 -0
  235. package/docs/reference/visual/background-blend-mode.md +34 -0
  236. package/docs/reference/visual/background-clip.md +32 -0
  237. package/docs/reference/visual/background-color.md +33 -0
  238. package/docs/reference/visual/background-image.md +41 -0
  239. package/docs/reference/visual/background-origin.md +31 -0
  240. package/docs/reference/visual/background-position.md +45 -0
  241. package/docs/reference/visual/background-repeat.md +34 -0
  242. package/docs/reference/visual/background-size.md +39 -0
  243. package/docs/reference/visual/blend-modes.md +34 -0
  244. package/docs/reference/visual/border-radius.md +34 -0
  245. package/docs/reference/visual/border-style.md +33 -0
  246. package/docs/reference/visual/border-width.md +44 -0
  247. package/docs/reference/visual/border.md +43 -0
  248. package/docs/reference/visual/box-shadow.md +33 -0
  249. package/docs/reference/visual/caret-color.md +31 -0
  250. package/docs/reference/visual/color-scheme.md +31 -0
  251. package/docs/reference/visual/cursor.md +37 -0
  252. package/docs/reference/visual/field-sizing.md +30 -0
  253. package/docs/reference/visual/fill.md +38 -0
  254. package/docs/reference/visual/filter-blur.md +43 -0
  255. package/docs/reference/visual/filter-brightness.md +41 -0
  256. package/docs/reference/visual/filter-contrast.md +41 -0
  257. package/docs/reference/visual/filter-drop-shadow.md +42 -0
  258. package/docs/reference/visual/filter-grayscale.md +39 -0
  259. package/docs/reference/visual/filter-hue-rotate.md +39 -0
  260. package/docs/reference/visual/filter-invert.md +39 -0
  261. package/docs/reference/visual/filter-saturate.md +41 -0
  262. package/docs/reference/visual/filter-sepia.md +39 -0
  263. package/docs/reference/visual/font-family.md +31 -0
  264. package/docs/reference/visual/font-smoothing.md +30 -0
  265. package/docs/reference/visual/font-style.md +30 -0
  266. package/docs/reference/visual/font-variant-numeric.md +35 -0
  267. package/docs/reference/visual/font-weight.md +31 -0
  268. package/docs/reference/visual/forced-color-adjust.md +30 -0
  269. package/docs/reference/visual/hyphens.md +31 -0
  270. package/docs/reference/visual/letter-spacing.md +42 -0
  271. package/docs/reference/visual/line-clamp.md +40 -0
  272. package/docs/reference/visual/line-height.md +42 -0
  273. package/docs/reference/visual/list-style.md +34 -0
  274. package/docs/reference/visual/mask.md +39 -0
  275. package/docs/reference/visual/opacity.md +33 -0
  276. package/docs/reference/visual/outline.md +31 -0
  277. package/docs/reference/visual/pointer-events.md +30 -0
  278. package/docs/reference/visual/resize.md +32 -0
  279. package/docs/reference/visual/scroll-behavior.md +30 -0
  280. package/docs/reference/visual/scroll-margin.md +41 -0
  281. package/docs/reference/visual/scroll-padding.md +41 -0
  282. package/docs/reference/visual/scroll-snap-align.md +32 -0
  283. package/docs/reference/visual/scroll-snap-stop.md +30 -0
  284. package/docs/reference/visual/scroll-snap-type.md +34 -0
  285. package/docs/reference/visual/state-prefixes.md +37 -0
  286. package/docs/reference/visual/stroke-width.md +39 -0
  287. package/docs/reference/visual/stroke.md +38 -0
  288. package/docs/reference/visual/text-alignment.md +32 -0
  289. package/docs/reference/visual/text-color.md +41 -0
  290. package/docs/reference/visual/text-decoration.md +32 -0
  291. package/docs/reference/visual/text-indent.md +37 -0
  292. package/docs/reference/visual/text-overflow.md +31 -0
  293. package/docs/reference/visual/text-shadow.md +40 -0
  294. package/docs/reference/visual/text-size.md +32 -0
  295. package/docs/reference/visual/text-transform.md +32 -0
  296. package/docs/reference/visual/text-wrap.md +32 -0
  297. package/docs/reference/visual/touch-action.md +36 -0
  298. package/docs/reference/visual/transform-backface.md +30 -0
  299. package/docs/reference/visual/transform-origin.md +45 -0
  300. package/docs/reference/visual/transform-perspective-origin.md +45 -0
  301. package/docs/reference/visual/transform-perspective.md +43 -0
  302. package/docs/reference/visual/transform-rotate.md +40 -0
  303. package/docs/reference/visual/transform-scale.md +43 -0
  304. package/docs/reference/visual/transform-skew.md +40 -0
  305. package/docs/reference/visual/transform-style.md +30 -0
  306. package/docs/reference/visual/transform-translate.md +39 -0
  307. package/docs/reference/visual/transition-delay.md +41 -0
  308. package/docs/reference/visual/transition-duration.md +43 -0
  309. package/docs/reference/visual/transition-property.md +34 -0
  310. package/docs/reference/visual/transition-timing.md +40 -0
  311. package/docs/reference/visual/typography-keywords.md +81 -0
  312. package/docs/reference/visual/user-select.md +32 -0
  313. package/docs/reference/visual/vertical-align.md +36 -0
  314. package/docs/reference/visual/whitespace.md +34 -0
  315. package/docs/reference/visual/will-change.md +33 -0
  316. package/docs/reference/visual/word-break.md +32 -0
  317. package/docs/reference/visual.md +151 -154
  318. package/docs/syntax-reference.json +1973 -0
  319. package/package.json +10 -2
  320. package/playground/index.html +78 -0
  321. package/playground/jit-test.html +384 -0
  322. package/scripts/extract-syntax.js +152 -0
  323. package/scripts/generate-docs.js +352 -0
  324. package/src/cdn/jit.js +1436 -14
  325. package/src/cli/commands/build.js +5 -0
  326. package/src/cli/index.js +2 -0
  327. package/src/compiler/generators/css.js +1537 -25
  328. package/src/compiler/generators/preflight.js +379 -0
  329. package/src/config/defaults.js +19 -1
  330. package/src/definitions/index.js +153 -0
  331. package/src/definitions/layout-alignment.js +257 -0
  332. package/src/definitions/layout-flex.js +209 -0
  333. package/src/definitions/layout-grid.js +150 -0
  334. package/src/definitions/layout-positioning.js +89 -0
  335. package/src/definitions/layout-table.js +98 -0
  336. package/src/definitions/layout-utilities.js +262 -0
  337. package/src/definitions/layout.js +195 -0
  338. package/src/definitions/space.js +164 -0
  339. package/src/definitions/visual-backgrounds.js +423 -0
  340. package/src/definitions/visual-borders.js +111 -0
  341. package/src/definitions/visual-filters.js +204 -0
  342. package/src/definitions/visual-interactivity.js +292 -0
  343. package/src/definitions/visual-svg.js +80 -0
  344. package/src/definitions/visual-transform3d.js +159 -0
  345. package/src/definitions/visual-transforms.js +142 -0
  346. package/src/definitions/visual-transitions.js +277 -0
  347. package/src/definitions/visual-typography.js +386 -0
  348. package/src/definitions/visual.js +542 -0
  349. package/tests/helpers/test-utils.js +144 -0
  350. package/tests/integration/compiler.test.js +247 -0
  351. package/tests/sync/docs-sync.test.js +364 -0
  352. package/tests/unit/compiler/generators/css.test.js +719 -0
  353. package/tests/unit/compiler/parser.test.js +244 -0
  354. package/tests/unit/compiler/tokenizer.test.js +305 -0
  355. package/tests/unit/config/defaults.test.js +168 -0
  356. package/docs/.vitepress/cache/deps/_metadata.json +0 -31
  357. package/docs/.vitepress/cache/deps/chunk-LE5NDSFD.js +0 -12824
  358. package/docs/.vitepress/cache/deps/chunk-LE5NDSFD.js.map +0 -7
  359. package/docs/.vitepress/cache/deps/package.json +0 -3
  360. package/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js +0 -4505
  361. package/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map +0 -7
  362. package/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js +0 -9731
  363. package/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js.map +0 -7
  364. package/docs/.vitepress/cache/deps/vue.js +0 -347
  365. package/docs/.vitepress/cache/deps/vue.js.map +0 -7
  366. package/docs/.vitepress/dist/404.html +0 -22
  367. package/docs/.vitepress/dist/assets/app.DBXoyO4w.js +0 -1
  368. package/docs/.vitepress/dist/assets/chunks/framework.I305HrzY.js +0 -19
  369. package/docs/.vitepress/dist/assets/chunks/theme.CaXH1t3X.js +0 -1
  370. package/docs/.vitepress/dist/assets/examples_cards.md.BCzaqSD6.js +0 -84
  371. package/docs/.vitepress/dist/assets/examples_cards.md.BCzaqSD6.lean.js +0 -1
  372. package/docs/.vitepress/dist/assets/examples_forms.md.DOjr9LrG.js +0 -169
  373. package/docs/.vitepress/dist/assets/examples_forms.md.DOjr9LrG.lean.js +0 -1
  374. package/docs/.vitepress/dist/assets/examples_hero.md.CAorji-Y.js +0 -118
  375. package/docs/.vitepress/dist/assets/examples_hero.md.CAorji-Y.lean.js +0 -1
  376. package/docs/.vitepress/dist/assets/examples_index.md.BjUNsTob.js +0 -52
  377. package/docs/.vitepress/dist/assets/examples_index.md.BjUNsTob.lean.js +0 -1
  378. package/docs/.vitepress/dist/assets/examples_navigation.md.DvL-Yv_5.js +0 -106
  379. package/docs/.vitepress/dist/assets/examples_navigation.md.DvL-Yv_5.lean.js +0 -1
  380. package/docs/.vitepress/dist/assets/guide_cdn.md.Bbb7-icp.js +0 -30
  381. package/docs/.vitepress/dist/assets/guide_cdn.md.Bbb7-icp.lean.js +0 -1
  382. package/docs/.vitepress/dist/assets/guide_cli.md.yLsOZ7NL.js +0 -44
  383. package/docs/.vitepress/dist/assets/guide_cli.md.yLsOZ7NL.lean.js +0 -1
  384. package/docs/.vitepress/dist/assets/guide_configuration.md.DN4FfKw4.js +0 -79
  385. package/docs/.vitepress/dist/assets/guide_configuration.md.DN4FfKw4.lean.js +0 -1
  386. package/docs/.vitepress/dist/assets/guide_dark-mode.md.D6UJvQtM.js +0 -69
  387. package/docs/.vitepress/dist/assets/guide_dark-mode.md.D6UJvQtM.lean.js +0 -1
  388. package/docs/.vitepress/dist/assets/guide_getting-started.md.K5nA8wXY.js +0 -47
  389. package/docs/.vitepress/dist/assets/guide_getting-started.md.K5nA8wXY.lean.js +0 -1
  390. package/docs/.vitepress/dist/assets/guide_index.md.B0lRU150.js +0 -3
  391. package/docs/.vitepress/dist/assets/guide_index.md.B0lRU150.lean.js +0 -1
  392. package/docs/.vitepress/dist/assets/guide_natural-scale.md.vvauT7U1.js +0 -22
  393. package/docs/.vitepress/dist/assets/guide_natural-scale.md.vvauT7U1.lean.js +0 -1
  394. package/docs/.vitepress/dist/assets/guide_philosophy.md.mOb9kp32.js +0 -7
  395. package/docs/.vitepress/dist/assets/guide_philosophy.md.mOb9kp32.lean.js +0 -1
  396. package/docs/.vitepress/dist/assets/guide_responsive.md.C7cF-4cR.js +0 -57
  397. package/docs/.vitepress/dist/assets/guide_responsive.md.C7cF-4cR.lean.js +0 -1
  398. package/docs/.vitepress/dist/assets/guide_states.md.CwtGEGHB.js +0 -77
  399. package/docs/.vitepress/dist/assets/guide_states.md.CwtGEGHB.lean.js +0 -1
  400. package/docs/.vitepress/dist/assets/guide_tri-attribute.md.CpjJLEMP.js +0 -45
  401. package/docs/.vitepress/dist/assets/guide_tri-attribute.md.CpjJLEMP.lean.js +0 -1
  402. package/docs/.vitepress/dist/assets/index.md.mYp6_S5X.js +0 -7
  403. package/docs/.vitepress/dist/assets/index.md.mYp6_S5X.lean.js +0 -1
  404. package/docs/.vitepress/dist/assets/inter-italic-cyrillic-ext.r48I6akx.woff2 +0 -0
  405. package/docs/.vitepress/dist/assets/inter-italic-cyrillic.By2_1cv3.woff2 +0 -0
  406. package/docs/.vitepress/dist/assets/inter-italic-greek-ext.1u6EdAuj.woff2 +0 -0
  407. package/docs/.vitepress/dist/assets/inter-italic-greek.DJ8dCoTZ.woff2 +0 -0
  408. package/docs/.vitepress/dist/assets/inter-italic-latin-ext.CN1xVJS-.woff2 +0 -0
  409. package/docs/.vitepress/dist/assets/inter-italic-latin.C2AdPX0b.woff2 +0 -0
  410. package/docs/.vitepress/dist/assets/inter-italic-vietnamese.BSbpV94h.woff2 +0 -0
  411. package/docs/.vitepress/dist/assets/inter-roman-cyrillic-ext.BBPuwvHQ.woff2 +0 -0
  412. package/docs/.vitepress/dist/assets/inter-roman-cyrillic.C5lxZ8CY.woff2 +0 -0
  413. package/docs/.vitepress/dist/assets/inter-roman-greek-ext.CqjqNYQ-.woff2 +0 -0
  414. package/docs/.vitepress/dist/assets/inter-roman-greek.BBVDIX6e.woff2 +0 -0
  415. package/docs/.vitepress/dist/assets/inter-roman-latin-ext.4ZJIpNVo.woff2 +0 -0
  416. package/docs/.vitepress/dist/assets/inter-roman-latin.Di8DUHzh.woff2 +0 -0
  417. package/docs/.vitepress/dist/assets/inter-roman-vietnamese.BjW4sHH5.woff2 +0 -0
  418. package/docs/.vitepress/dist/assets/ms_examples_cards.md.CaE5JNAs.js +0 -84
  419. package/docs/.vitepress/dist/assets/ms_examples_cards.md.CaE5JNAs.lean.js +0 -1
  420. package/docs/.vitepress/dist/assets/ms_examples_forms.md.VvDzMzxF.js +0 -169
  421. package/docs/.vitepress/dist/assets/ms_examples_forms.md.VvDzMzxF.lean.js +0 -1
  422. package/docs/.vitepress/dist/assets/ms_examples_hero.md.DC4c3kKW.js +0 -118
  423. package/docs/.vitepress/dist/assets/ms_examples_hero.md.DC4c3kKW.lean.js +0 -1
  424. package/docs/.vitepress/dist/assets/ms_examples_index.md.C13ShcjA.js +0 -52
  425. package/docs/.vitepress/dist/assets/ms_examples_index.md.C13ShcjA.lean.js +0 -1
  426. package/docs/.vitepress/dist/assets/ms_examples_navigation.md.BPtVjKbk.js +0 -106
  427. package/docs/.vitepress/dist/assets/ms_examples_navigation.md.BPtVjKbk.lean.js +0 -1
  428. package/docs/.vitepress/dist/assets/ms_guide_cdn.md.tZFpEjTS.js +0 -30
  429. package/docs/.vitepress/dist/assets/ms_guide_cdn.md.tZFpEjTS.lean.js +0 -1
  430. package/docs/.vitepress/dist/assets/ms_guide_cli.md.DBjxv3-o.js +0 -44
  431. package/docs/.vitepress/dist/assets/ms_guide_cli.md.DBjxv3-o.lean.js +0 -1
  432. package/docs/.vitepress/dist/assets/ms_guide_configuration.md.CyYNqREm.js +0 -79
  433. package/docs/.vitepress/dist/assets/ms_guide_configuration.md.CyYNqREm.lean.js +0 -1
  434. package/docs/.vitepress/dist/assets/ms_guide_dark-mode.md.DWDWvzzv.js +0 -69
  435. package/docs/.vitepress/dist/assets/ms_guide_dark-mode.md.DWDWvzzv.lean.js +0 -1
  436. package/docs/.vitepress/dist/assets/ms_guide_getting-started.md.WoQwRhlY.js +0 -47
  437. package/docs/.vitepress/dist/assets/ms_guide_getting-started.md.WoQwRhlY.lean.js +0 -1
  438. package/docs/.vitepress/dist/assets/ms_guide_index.md.pHpXZMmU.js +0 -3
  439. package/docs/.vitepress/dist/assets/ms_guide_index.md.pHpXZMmU.lean.js +0 -1
  440. package/docs/.vitepress/dist/assets/ms_guide_natural-scale.md.BiUfU-TH.js +0 -22
  441. package/docs/.vitepress/dist/assets/ms_guide_natural-scale.md.BiUfU-TH.lean.js +0 -1
  442. package/docs/.vitepress/dist/assets/ms_guide_philosophy.md.hf3SG2Ts.js +0 -7
  443. package/docs/.vitepress/dist/assets/ms_guide_philosophy.md.hf3SG2Ts.lean.js +0 -1
  444. package/docs/.vitepress/dist/assets/ms_guide_responsive.md.C4yS3zzM.js +0 -57
  445. package/docs/.vitepress/dist/assets/ms_guide_responsive.md.C4yS3zzM.lean.js +0 -1
  446. package/docs/.vitepress/dist/assets/ms_guide_states.md.DkDEjPdC.js +0 -77
  447. package/docs/.vitepress/dist/assets/ms_guide_states.md.DkDEjPdC.lean.js +0 -1
  448. package/docs/.vitepress/dist/assets/ms_guide_tri-attribute.md.C3Es_V5J.js +0 -45
  449. package/docs/.vitepress/dist/assets/ms_guide_tri-attribute.md.C3Es_V5J.lean.js +0 -1
  450. package/docs/.vitepress/dist/assets/ms_index.md.Bmo9il08.js +0 -7
  451. package/docs/.vitepress/dist/assets/ms_index.md.Bmo9il08.lean.js +0 -1
  452. package/docs/.vitepress/dist/assets/ms_reference_breakpoints.md.DR7i_--b.js +0 -48
  453. package/docs/.vitepress/dist/assets/ms_reference_breakpoints.md.DR7i_--b.lean.js +0 -1
  454. package/docs/.vitepress/dist/assets/ms_reference_colors.md.06ZYiMcJ.js +0 -17
  455. package/docs/.vitepress/dist/assets/ms_reference_colors.md.06ZYiMcJ.lean.js +0 -1
  456. package/docs/.vitepress/dist/assets/ms_reference_layout.md.NGL6A5SR.js +0 -13
  457. package/docs/.vitepress/dist/assets/ms_reference_layout.md.NGL6A5SR.lean.js +0 -1
  458. package/docs/.vitepress/dist/assets/ms_reference_space.md.BG5YQ-09.js +0 -24
  459. package/docs/.vitepress/dist/assets/ms_reference_space.md.BG5YQ-09.lean.js +0 -1
  460. package/docs/.vitepress/dist/assets/ms_reference_spacing.md.XmXLLPOZ.js +0 -32
  461. package/docs/.vitepress/dist/assets/ms_reference_spacing.md.XmXLLPOZ.lean.js +0 -1
  462. package/docs/.vitepress/dist/assets/ms_reference_visual.md.BVOlkEqc.js +0 -22
  463. package/docs/.vitepress/dist/assets/ms_reference_visual.md.BVOlkEqc.lean.js +0 -1
  464. package/docs/.vitepress/dist/assets/reference_breakpoints.md.BRbG8Fzi.js +0 -48
  465. package/docs/.vitepress/dist/assets/reference_breakpoints.md.BRbG8Fzi.lean.js +0 -1
  466. package/docs/.vitepress/dist/assets/reference_colors.md.C7j7dSO1.js +0 -17
  467. package/docs/.vitepress/dist/assets/reference_colors.md.C7j7dSO1.lean.js +0 -1
  468. package/docs/.vitepress/dist/assets/reference_layout.md.BWJ5NxSp.js +0 -13
  469. package/docs/.vitepress/dist/assets/reference_layout.md.BWJ5NxSp.lean.js +0 -1
  470. package/docs/.vitepress/dist/assets/reference_space.md.DCsqfTWb.js +0 -24
  471. package/docs/.vitepress/dist/assets/reference_space.md.DCsqfTWb.lean.js +0 -1
  472. package/docs/.vitepress/dist/assets/reference_spacing.md.BInFD8gd.js +0 -32
  473. package/docs/.vitepress/dist/assets/reference_spacing.md.BInFD8gd.lean.js +0 -1
  474. package/docs/.vitepress/dist/assets/reference_visual.md.BRK7S9T1.js +0 -22
  475. package/docs/.vitepress/dist/assets/reference_visual.md.BRK7S9T1.lean.js +0 -1
  476. package/docs/.vitepress/dist/assets/style.D82StYDI.css +0 -1
  477. package/docs/.vitepress/dist/examples/cards.html +0 -108
  478. package/docs/.vitepress/dist/examples/forms.html +0 -193
  479. package/docs/.vitepress/dist/examples/hero.html +0 -142
  480. package/docs/.vitepress/dist/examples/index.html +0 -76
  481. package/docs/.vitepress/dist/examples/navigation.html +0 -130
  482. package/docs/.vitepress/dist/guide/cdn.html +0 -54
  483. package/docs/.vitepress/dist/guide/cli.html +0 -68
  484. package/docs/.vitepress/dist/guide/configuration.html +0 -103
  485. package/docs/.vitepress/dist/guide/dark-mode.html +0 -93
  486. package/docs/.vitepress/dist/guide/getting-started.html +0 -71
  487. package/docs/.vitepress/dist/guide/index.html +0 -27
  488. package/docs/.vitepress/dist/guide/natural-scale.html +0 -46
  489. package/docs/.vitepress/dist/guide/philosophy.html +0 -31
  490. package/docs/.vitepress/dist/guide/responsive.html +0 -81
  491. package/docs/.vitepress/dist/guide/states.html +0 -101
  492. package/docs/.vitepress/dist/guide/tri-attribute.html +0 -69
  493. package/docs/.vitepress/dist/hashmap.json +0 -1
  494. package/docs/.vitepress/dist/index.html +0 -31
  495. package/docs/.vitepress/dist/ms/examples/cards.html +0 -108
  496. package/docs/.vitepress/dist/ms/examples/forms.html +0 -193
  497. package/docs/.vitepress/dist/ms/examples/hero.html +0 -142
  498. package/docs/.vitepress/dist/ms/examples/index.html +0 -76
  499. package/docs/.vitepress/dist/ms/examples/navigation.html +0 -130
  500. package/docs/.vitepress/dist/ms/guide/cdn.html +0 -54
  501. package/docs/.vitepress/dist/ms/guide/cli.html +0 -68
  502. package/docs/.vitepress/dist/ms/guide/configuration.html +0 -103
  503. package/docs/.vitepress/dist/ms/guide/dark-mode.html +0 -93
  504. package/docs/.vitepress/dist/ms/guide/getting-started.html +0 -71
  505. package/docs/.vitepress/dist/ms/guide/index.html +0 -27
  506. package/docs/.vitepress/dist/ms/guide/natural-scale.html +0 -46
  507. package/docs/.vitepress/dist/ms/guide/philosophy.html +0 -31
  508. package/docs/.vitepress/dist/ms/guide/responsive.html +0 -81
  509. package/docs/.vitepress/dist/ms/guide/states.html +0 -101
  510. package/docs/.vitepress/dist/ms/guide/tri-attribute.html +0 -69
  511. package/docs/.vitepress/dist/ms/index.html +0 -31
  512. package/docs/.vitepress/dist/ms/reference/breakpoints.html +0 -72
  513. package/docs/.vitepress/dist/ms/reference/colors.html +0 -41
  514. package/docs/.vitepress/dist/ms/reference/layout.html +0 -37
  515. package/docs/.vitepress/dist/ms/reference/space.html +0 -48
  516. package/docs/.vitepress/dist/ms/reference/spacing.html +0 -56
  517. package/docs/.vitepress/dist/ms/reference/visual.html +0 -46
  518. package/docs/.vitepress/dist/reference/breakpoints.html +0 -72
  519. package/docs/.vitepress/dist/reference/colors.html +0 -41
  520. package/docs/.vitepress/dist/reference/layout.html +0 -37
  521. package/docs/.vitepress/dist/reference/space.html +0 -48
  522. package/docs/.vitepress/dist/reference/spacing.html +0 -56
  523. package/docs/.vitepress/dist/reference/visual.html +0 -46
  524. package/docs/.vitepress/dist/vp-icons.css +0 -1
@@ -0,0 +1,1555 @@
1
+ # SenangStart CSS - Syntax Reference
2
+
3
+ > Auto-generated on 2026-01-11
4
+ > Total definitions: 147
5
+
6
+ This document provides a complete reference of all utility syntax patterns in SenangStart CSS.
7
+
8
+ ---
9
+
10
+ ## Summary
11
+
12
+ | Category | Count |
13
+ |----------|-------|
14
+ | Layout | 41 |
15
+ | Space | 5 |
16
+ | Visual | 101 |
17
+ | **Total** | **147** |
18
+
19
+ ---
20
+
21
+ ## Layout Utilities
22
+
23
+ | Name | Syntax | Description |
24
+ |------|--------|-------------|
25
+ | align-content | `content:[value]` | Align content rows in multi-line flex container |
26
+ | align-items | `items:[value]` | Align items along the cross axis |
27
+ | align-self | `self:[value]` | Override alignment for a single item |
28
+ | aspect-ratio | `aspect:[value]` | Set element aspect ratio |
29
+ | border-collapse | `border:[value]` | Control table border collapse |
30
+ | border-spacing | `border-spacing:[value]` | Control spacing between table borders |
31
+ | box-sizing | `box:[value]` | Control how width and height are calculated |
32
+ | caption-side | `caption:[value]` | Control table caption position |
33
+ | columns | `cols:[value]` | Create multi-column layouts |
34
+ | container | `container` | Create a centered container with max-width |
35
+ | display | `[display-value]` | Control the display type of elements |
36
+ | flex | `flex:[value]` | Flex shorthand property |
37
+ | flex-basis | `basis:[value]` | Set initial size of flex item |
38
+ | flex-direction | `[direction]` | Set the direction of flex items |
39
+ | flex-items | `[flex-item-value]` | Control flex grow and shrink behavior |
40
+ | flex-wrap | `[wrap-value]` | Control how flex items wrap |
41
+ | float-clear | `float:[value]` or `clear:[value]` | Control element floating and clearing |
42
+ | grid-auto-flow | `grid-flow:[value]` | Control how auto-placed items flow in grid |
43
+ | grid-auto-sizing | `auto-cols:[value]` or `auto-rows:[value]` | Control size of auto-generated grid tracks |
44
+ | grid-column-span | `col-span:[value]` | Span across grid columns |
45
+ | grid-columns | `grid-cols:[value]` | Define grid template columns |
46
+ | grid-row-span | `row-span:[value]` | Span across grid rows |
47
+ | grid-rows | `grid-rows:[value]` | Define grid template rows |
48
+ | inset | `inset:[value]` or `top:[value]` | Control positioning offsets |
49
+ | isolation | `isolation:[value]` | Create new stacking context |
50
+ | justify-content | `justify:[value]` | Align items along the main axis |
51
+ | justify-items | `justify-items:[value]` | Align grid items on inline axis |
52
+ | justify-self | `justify-self:[value]` | Align single grid item on inline axis |
53
+ | object-fit | `object:[value]` | Control how media content fits its container |
54
+ | object-position | `object-pos:[value]` | Position replaced element content within container |
55
+ | order | `order:[value]` | Control flex/grid item order |
56
+ | overflow | `overflow:[value]` | Control content overflow behavior |
57
+ | overscroll | `overscroll:[value]` | Control scroll chaining behavior |
58
+ | place-content | `place-content:[value]` | Shorthand for align-content and justify-content |
59
+ | place-items | `place-items:[value]` | Shorthand for align-items and justify-items |
60
+ | place-self | `place-self:[value]` | Shorthand for align-self and justify-self |
61
+ | position | `[position-value]` | Set the positioning method |
62
+ | shorthand-alignment | `[alignment]` | Quick alignment shortcuts |
63
+ | table-layout | `table:[value]` | Control table layout algorithm |
64
+ | visibility | `[visibility-value]` | Control element visibility |
65
+ | z-index | `z:[value]` | Control stacking order |
66
+
67
+ ---
68
+
69
+ ## Space Utilities
70
+
71
+ | Name | Syntax | Description |
72
+ |------|--------|-------------|
73
+ | gap | `g:[value]` or `g-{axis}:[value]` | Add gap between flex/grid items |
74
+ | height | `h:[value]` | Set element height |
75
+ | margin | `m:[value]` or `m-{side}:[value]` | Add margin to elements |
76
+ | padding | `p:[value]` or `p-{side}:[value]` | Add padding to elements |
77
+ | width | `w:[value]` | Set element width |
78
+
79
+ ---
80
+
81
+ ## Visual Utilities
82
+
83
+ | Name | Syntax | Description |
84
+ |------|--------|-------------|
85
+ | accent-color | `accent:[color]` | Set accent color for form controls |
86
+ | animation-builtin | `animate:[value]` | Apply built-in animations |
87
+ | animation-delay | `animation-delay:[value]` | Set animation delay |
88
+ | animation-direction | `animation-direction:[value]` | Set animation direction |
89
+ | animation-duration | `animation-duration:[value]` | Set animation duration |
90
+ | animation-fill | `animation-fill:[value]` | Set animation fill mode |
91
+ | animation-iteration | `animation-iteration:[value]` | Set animation iteration count |
92
+ | animation-play | `animation-play:[value]` | Control animation play state |
93
+ | appearance | `appearance:[value]` | Control native appearance |
94
+ | backdrop-blur | `backdrop-blur:[value]` | Blur backdrop |
95
+ | backdrop-brightness | `backdrop-brightness:[value]` | Adjust backdrop brightness |
96
+ | backdrop-contrast | `backdrop-contrast:[value]` | Adjust backdrop contrast |
97
+ | backdrop-grayscale | `backdrop-grayscale:[value]` | Apply grayscale to backdrop |
98
+ | backdrop-hue-rotate | `backdrop-hue-rotate:[degrees]` | Rotate backdrop hue |
99
+ | backdrop-invert | `backdrop-invert:[value]` | Invert backdrop colors |
100
+ | backdrop-opacity | `backdrop-opacity:[value]` | Set backdrop opacity |
101
+ | backdrop-saturate | `backdrop-saturate:[value]` | Adjust backdrop saturation |
102
+ | backdrop-sepia | `backdrop-sepia:[value]` | Apply sepia to backdrop |
103
+ | background-attachment | `bg-attachment:[value]` | Set background attachment behavior |
104
+ | background-blend-mode | `bg-blend:[value]` | Set background blend mode |
105
+ | background-clip | `bg-clip:[value]` | Set background clipping area |
106
+ | background-color | `bg:[color]` | Set background color |
107
+ | background-image | `bg-image:[value]` | Set background image or gradient |
108
+ | background-origin | `bg-origin:[value]` | Set background positioning origin |
109
+ | background-position | `bg-pos:[value]` | Set background position |
110
+ | background-repeat | `bg-repeat:[value]` | Set background repeat behavior |
111
+ | background-size | `bg-size:[value]` | Set background size |
112
+ | blend-modes | `mix-blend:[value]` | Set mix blend mode |
113
+ | border | `border:[color]` | Set border color |
114
+ | border-radius | `rounded:[value]` | Set border radius |
115
+ | border-style | `border-style:[value]` | Set border style |
116
+ | border-width | `border-w:[value]` | Set border width |
117
+ | box-shadow | `shadow:[value]` | Add box shadow |
118
+ | caret-color | `caret:[color]` | Set text input caret color |
119
+ | color-scheme | `color-scheme:[value]` | Set preferred color scheme |
120
+ | cursor | `cursor:[value]` | Set cursor style |
121
+ | field-sizing | `field-sizing:[value]` | Control form field sizing |
122
+ | fill | `fill:[color]` | Set SVG fill color |
123
+ | filter-blur | `blur:[value]` | Apply blur filter |
124
+ | filter-brightness | `brightness:[value]` | Adjust brightness |
125
+ | filter-contrast | `contrast:[value]` | Adjust contrast |
126
+ | filter-drop-shadow | `drop-shadow:[value]` | Add drop shadow |
127
+ | filter-grayscale | `grayscale:[value]` | Apply grayscale filter |
128
+ | filter-hue-rotate | `hue-rotate:[degrees]` | Rotate hue colors |
129
+ | filter-invert | `invert:[value]` | Invert colors |
130
+ | filter-saturate | `saturate:[value]` | Adjust saturation |
131
+ | filter-sepia | `sepia:[value]` | Apply sepia filter |
132
+ | font-family | `font:[family]` | Set font family |
133
+ | font-smoothing | `[smoothing-value]` | Control font smoothing |
134
+ | font-style | `[style-value]` | Set font style |
135
+ | font-variant-numeric | `[variant-value]` | Control numeric font variants |
136
+ | font-weight | `font:[weight]` | Set font weight |
137
+ | forced-color-adjust | `forced-color:[value]` | Control forced colors mode behavior |
138
+ | hyphens | `hyphens:[value]` | Control hyphenation |
139
+ | letter-spacing | `tracking:[value]` | Set letter spacing |
140
+ | line-clamp | `line-clamp:[value]` | Limit text to specific lines |
141
+ | line-height | `leading:[value]` | Set line height |
142
+ | list-style | `list:[value]` | Set list style |
143
+ | mask | `mask:[value]` | Apply mask to element |
144
+ | opacity | `opacity:[value]` | Set element opacity (0-100) |
145
+ | outline | `outline:[color]` | Set outline color |
146
+ | pointer-events | `pointer-events:[value]` | Control pointer events |
147
+ | resize | `resize:[value]` | Control element resizing |
148
+ | scroll-behavior | `scroll-behavior:[value]` | Set scroll behavior |
149
+ | scroll-margin | `scroll-m:[value]` | Set scroll margin for snap |
150
+ | scroll-padding | `scroll-p:[value]` | Set scroll padding for snap |
151
+ | scroll-snap-align | `snap-align:[value]` | Set scroll snap alignment |
152
+ | scroll-snap-stop | `snap-stop:[value]` | Control scroll snap stop behavior |
153
+ | scroll-snap-type | `snap-type:[value]` | Set scroll snap type |
154
+ | state-prefixes | `hover:... focus:... active:...` | Apply styles on specific states |
155
+ | stroke | `stroke:[color]` | Set SVG stroke color |
156
+ | stroke-width | `stroke-w:[value]` | Set SVG stroke width |
157
+ | text-alignment | `text:[alignment]` | Set text alignment |
158
+ | text-color | `text:[color]` | Set text color |
159
+ | text-decoration | `[decoration-value]` | Set text decoration |
160
+ | text-indent | `indent:[value]` | Set text indentation |
161
+ | text-overflow | `[overflow-value]` | Handle text overflow |
162
+ | text-shadow | `text-shadow:[value]` | Add text shadow |
163
+ | text-size | `text-size:[value]` | Set font size |
164
+ | text-transform | `[transform-value]` | Transform text case |
165
+ | text-wrap | `[wrap-value]` | Control text wrapping |
166
+ | touch-action | `touch:[value]` | Control touch interactions |
167
+ | transform-backface | `backface:[value]` | Control backface visibility |
168
+ | transform-origin | `origin:[value]` | Set transform origin point |
169
+ | transform-perspective | `perspective:[value]` | Set 3D perspective |
170
+ | transform-perspective-origin | `perspective-origin:[value]` | Set perspective origin point |
171
+ | transform-rotate | `rotate:[degrees]` | Rotate element |
172
+ | transform-scale | `scale:[value]` | Scale element |
173
+ | transform-skew | `skew-x:[degrees]` or `skew-y:[degrees]` | Skew element |
174
+ | transform-style | `transform-style:[value]` | Set 3D transform style |
175
+ | transform-translate | `translate-x:[value]` or `translate-y:[value]` | Translate element position |
176
+ | transition-delay | `delay:[value]` | Set transition delay |
177
+ | transition-duration | `duration:[value]` | Set transition duration |
178
+ | transition-property | `transition:[value]` | Set transition properties |
179
+ | transition-timing | `ease:[value]` | Set transition timing function |
180
+ | typography-keywords | `[keyword]` | Typography utility keywords |
181
+ | user-select | `select:[value]` | Control text selection |
182
+ | vertical-align | `align:[value]` | Set vertical alignment |
183
+ | whitespace | `whitespace:[value]` | Control whitespace handling |
184
+ | will-change | `will-change:[value]` | Hint browser about upcoming changes |
185
+ | word-break | `[break-value]` | Control word breaking |
186
+
187
+ ---
188
+
189
+ ## Detailed Values
190
+
191
+ ### Layout Values
192
+
193
+ #### align-content
194
+
195
+ | Value | CSS Output |
196
+ |-------|------------|
197
+ | `start` | `align-content: flex-start;` |
198
+ | `end` | `align-content: flex-end;` |
199
+ | `center` | `align-content: center;` |
200
+ | `between` | `align-content: space-between;` |
201
+ | `around` | `align-content: space-around;` |
202
+ | `evenly` | `align-content: space-evenly;` |
203
+ | `stretch` | `align-content: stretch;` |
204
+
205
+ #### align-items
206
+
207
+ | Value | CSS Output |
208
+ |-------|------------|
209
+ | `start` | `align-items: flex-start;` |
210
+ | `end` | `align-items: flex-end;` |
211
+ | `center` | `align-items: center;` |
212
+ | `baseline` | `align-items: baseline;` |
213
+ | `stretch` | `align-items: stretch;` |
214
+
215
+ #### align-self
216
+
217
+ | Value | CSS Output |
218
+ |-------|------------|
219
+ | `auto` | `align-self: auto;` |
220
+ | `start` | `align-self: flex-start;` |
221
+ | `end` | `align-self: flex-end;` |
222
+ | `center` | `align-self: center;` |
223
+ | `baseline` | `align-self: baseline;` |
224
+ | `stretch` | `align-self: stretch;` |
225
+
226
+ #### aspect-ratio
227
+
228
+ | Value | CSS Output |
229
+ |-------|------------|
230
+ | `auto` | `aspect-ratio: auto;` |
231
+ | `square` | `aspect-ratio: 1 / 1;` |
232
+ | `video` | `aspect-ratio: 16 / 9;` |
233
+
234
+ #### border-collapse
235
+
236
+ | Value | CSS Output |
237
+ |-------|------------|
238
+ | `collapse` | `border-collapse: collapse;` |
239
+ | `separate` | `border-collapse: separate;` |
240
+
241
+ #### border-spacing
242
+
243
+ | Value | CSS Output |
244
+ |-------|------------|
245
+ | `border-spacing` | `border-spacing: {value};` |
246
+ | `border-spacing-x` | `border-spacing: {value} 0;` |
247
+ | `border-spacing-y` | `border-spacing: 0 {value};` |
248
+
249
+ #### box-sizing
250
+
251
+ | Value | CSS Output |
252
+ |-------|------------|
253
+ | `border` | `box-sizing: border-box;` |
254
+ | `content` | `box-sizing: content-box;` |
255
+
256
+ #### caption-side
257
+
258
+ | Value | CSS Output |
259
+ |-------|------------|
260
+ | `top` | `caption-side: top;` |
261
+ | `bottom` | `caption-side: bottom;` |
262
+
263
+ #### columns
264
+
265
+ | Value | CSS Output |
266
+ |-------|------------|
267
+ | `1-12` | `columns: {n};` |
268
+ | `auto` | `columns: auto;` |
269
+
270
+ #### container
271
+
272
+ | Value | CSS Output |
273
+ |-------|------------|
274
+ | `container` | `width: 100%; margin-left: auto; margin-right: auto;` |
275
+
276
+ #### display
277
+
278
+ | Value | CSS Output |
279
+ |-------|------------|
280
+ | `flex` | `display: flex;` |
281
+ | `inline-flex` | `display: inline-flex;` |
282
+ | `grid` | `display: grid;` |
283
+ | `inline-grid` | `display: inline-grid;` |
284
+ | `block` | `display: block;` |
285
+ | `inline` | `display: inline-block;` |
286
+ | `hidden` | `display: none;` |
287
+
288
+ #### flex
289
+
290
+ | Value | CSS Output |
291
+ |-------|------------|
292
+ | `1` | `flex: 1 1 0%;` |
293
+ | `auto` | `flex: 1 1 auto;` |
294
+ | `initial` | `flex: 0 1 auto;` |
295
+ | `none` | `flex: none;` |
296
+
297
+ #### flex-basis
298
+
299
+ | Value | CSS Output |
300
+ |-------|------------|
301
+ | `auto` | `flex-basis: auto;` |
302
+ | `0` | `flex-basis: 0;` |
303
+
304
+ #### flex-direction
305
+
306
+ | Value | CSS Output |
307
+ |-------|------------|
308
+ | `row` | `flex-direction: row;` |
309
+ | `col` | `flex-direction: column;` |
310
+ | `row-reverse` | `flex-direction: row-reverse;` |
311
+ | `col-reverse` | `flex-direction: column-reverse;` |
312
+
313
+ #### flex-items
314
+
315
+ | Value | CSS Output |
316
+ |-------|------------|
317
+ | `grow` | `flex-grow: 1;` |
318
+ | `grow-0` | `flex-grow: 0;` |
319
+ | `shrink` | `flex-shrink: 1;` |
320
+ | `shrink-0` | `flex-shrink: 0;` |
321
+
322
+ #### flex-wrap
323
+
324
+ | Value | CSS Output |
325
+ |-------|------------|
326
+ | `wrap` | `flex-wrap: wrap;` |
327
+ | `nowrap` | `flex-wrap: nowrap;` |
328
+ | `wrap-reverse` | `flex-wrap: wrap-reverse;` |
329
+
330
+ #### float-clear
331
+
332
+ | Value | CSS Output |
333
+ |-------|------------|
334
+ | `left` | `float: left;` |
335
+ | `right` | `float: right;` |
336
+ | `none` | `float: none;` |
337
+
338
+ #### grid-auto-flow
339
+
340
+ | Value | CSS Output |
341
+ |-------|------------|
342
+ | `row` | `grid-auto-flow: row;` |
343
+ | `col` | `grid-auto-flow: column;` |
344
+ | `dense` | `grid-auto-flow: dense;` |
345
+ | `row-dense` | `grid-auto-flow: row dense;` |
346
+ | `col-dense` | `grid-auto-flow: column dense;` |
347
+
348
+ #### grid-auto-sizing
349
+
350
+ | Value | CSS Output |
351
+ |-------|------------|
352
+ | `auto` | `auto` |
353
+ | `min` | `min-content` |
354
+ | `max` | `max-content` |
355
+ | `fr` | `minmax(0, 1fr)` |
356
+
357
+ #### grid-column-span
358
+
359
+ | Value | CSS Output |
360
+ |-------|------------|
361
+ | `1-12` | `grid-column: span {n} / span {n};` |
362
+ | `full` | `grid-column: 1 / -1;` |
363
+
364
+ #### grid-columns
365
+
366
+ | Value | CSS Output |
367
+ |-------|------------|
368
+ | `1-12` | `grid-template-columns: repeat({n}, minmax(0, 1fr));` |
369
+ | `none` | `grid-template-columns: none;` |
370
+ | `subgrid` | `grid-template-columns: subgrid;` |
371
+
372
+ #### grid-row-span
373
+
374
+ | Value | CSS Output |
375
+ |-------|------------|
376
+ | `1-12` | `grid-row: span {n} / span {n};` |
377
+ | `full` | `grid-row: 1 / -1;` |
378
+
379
+ #### grid-rows
380
+
381
+ | Value | CSS Output |
382
+ |-------|------------|
383
+ | `1-12` | `grid-template-rows: repeat({n}, minmax(0, 1fr));` |
384
+ | `none` | `grid-template-rows: none;` |
385
+ | `subgrid` | `grid-template-rows: subgrid;` |
386
+
387
+ #### inset
388
+
389
+ | Value | CSS Output |
390
+ |-------|------------|
391
+ | `inset` | `inset: {value};` |
392
+ | `inset-x` | `left: {value}; right: {value};` |
393
+ | `inset-y` | `top: {value}; bottom: {value};` |
394
+ | `top` | `top: {value};` |
395
+ | `right` | `right: {value};` |
396
+ | `bottom` | `bottom: {value};` |
397
+ | `left` | `left: {value};` |
398
+
399
+ #### isolation
400
+
401
+ | Value | CSS Output |
402
+ |-------|------------|
403
+ | `isolate` | `isolation: isolate;` |
404
+ | `auto` | `isolation: auto;` |
405
+
406
+ #### justify-content
407
+
408
+ | Value | CSS Output |
409
+ |-------|------------|
410
+ | `start` | `justify-content: flex-start;` |
411
+ | `end` | `justify-content: flex-end;` |
412
+ | `center` | `justify-content: center;` |
413
+ | `between` | `justify-content: space-between;` |
414
+ | `around` | `justify-content: space-around;` |
415
+ | `evenly` | `justify-content: space-evenly;` |
416
+ | `stretch` | `justify-content: stretch;` |
417
+
418
+ #### justify-items
419
+
420
+ | Value | CSS Output |
421
+ |-------|------------|
422
+ | `start` | `justify-items: start;` |
423
+ | `end` | `justify-items: end;` |
424
+ | `center` | `justify-items: center;` |
425
+ | `stretch` | `justify-items: stretch;` |
426
+
427
+ #### justify-self
428
+
429
+ | Value | CSS Output |
430
+ |-------|------------|
431
+ | `auto` | `justify-self: auto;` |
432
+ | `start` | `justify-self: start;` |
433
+ | `end` | `justify-self: end;` |
434
+ | `center` | `justify-self: center;` |
435
+ | `stretch` | `justify-self: stretch;` |
436
+
437
+ #### object-fit
438
+
439
+ | Value | CSS Output |
440
+ |-------|------------|
441
+ | `contain` | `object-fit: contain;` |
442
+ | `cover` | `object-fit: cover;` |
443
+ | `fill` | `object-fit: fill;` |
444
+ | `none` | `object-fit: none;` |
445
+ | `scale-down` | `object-fit: scale-down;` |
446
+
447
+ #### object-position
448
+
449
+ | Value | CSS Output |
450
+ |-------|------------|
451
+ | `center` | `object-position: center;` |
452
+ | `top` | `object-position: top;` |
453
+ | `bottom` | `object-position: bottom;` |
454
+ | `left` | `object-position: left;` |
455
+ | `right` | `object-position: right;` |
456
+ | `top-left` | `object-position: top left;` |
457
+ | `top-right` | `object-position: top right;` |
458
+ | `bottom-left` | `object-position: bottom left;` |
459
+ | `bottom-right` | `object-position: bottom right;` |
460
+
461
+ #### order
462
+
463
+ | Value | CSS Output |
464
+ |-------|------------|
465
+ | `first` | `order: -9999;` |
466
+ | `last` | `order: 9999;` |
467
+ | `none` | `order: 0;` |
468
+ | `1-12` | `order: {n};` |
469
+
470
+ #### overflow
471
+
472
+ | Value | CSS Output |
473
+ |-------|------------|
474
+ | `auto` | `overflow: auto;` |
475
+ | `hidden` | `overflow: hidden;` |
476
+ | `visible` | `overflow: visible;` |
477
+ | `scroll` | `overflow: scroll;` |
478
+ | `clip` | `overflow: clip;` |
479
+
480
+ #### overscroll
481
+
482
+ | Value | CSS Output |
483
+ |-------|------------|
484
+ | `auto` | `overscroll-behavior: auto;` |
485
+ | `contain` | `overscroll-behavior: contain;` |
486
+ | `none` | `overscroll-behavior: none;` |
487
+
488
+ #### place-content
489
+
490
+ | Value | CSS Output |
491
+ |-------|------------|
492
+ | `start` | `place-content: start;` |
493
+ | `end` | `place-content: end;` |
494
+ | `center` | `place-content: center;` |
495
+ | `between` | `place-content: space-between;` |
496
+ | `around` | `place-content: space-around;` |
497
+ | `evenly` | `place-content: space-evenly;` |
498
+ | `stretch` | `place-content: stretch;` |
499
+
500
+ #### place-items
501
+
502
+ | Value | CSS Output |
503
+ |-------|------------|
504
+ | `start` | `place-items: start;` |
505
+ | `end` | `place-items: end;` |
506
+ | `center` | `place-items: center;` |
507
+ | `stretch` | `place-items: stretch;` |
508
+
509
+ #### place-self
510
+
511
+ | Value | CSS Output |
512
+ |-------|------------|
513
+ | `auto` | `place-self: auto;` |
514
+ | `start` | `place-self: start;` |
515
+ | `end` | `place-self: end;` |
516
+ | `center` | `place-self: center;` |
517
+ | `stretch` | `place-self: stretch;` |
518
+
519
+ #### position
520
+
521
+ | Value | CSS Output |
522
+ |-------|------------|
523
+ | `static` | `position: static;` |
524
+ | `relative` | `position: relative;` |
525
+ | `absolute` | `position: absolute;` |
526
+ | `fixed` | `position: fixed;` |
527
+ | `sticky` | `position: sticky;` |
528
+
529
+ #### shorthand-alignment
530
+
531
+ | Value | CSS Output |
532
+ |-------|------------|
533
+ | `center` | `justify-content: center; align-items: center;` |
534
+ | `start` | `justify-content: flex-start; align-items: flex-start;` |
535
+ | `end` | `justify-content: flex-end; align-items: flex-end;` |
536
+ | `between` | `justify-content: space-between;` |
537
+ | `around` | `justify-content: space-around;` |
538
+ | `evenly` | `justify-content: space-evenly;` |
539
+
540
+ #### table-layout
541
+
542
+ | Value | CSS Output |
543
+ |-------|------------|
544
+ | `auto` | `table-layout: auto;` |
545
+ | `fixed` | `table-layout: fixed;` |
546
+
547
+ #### visibility
548
+
549
+ | Value | CSS Output |
550
+ |-------|------------|
551
+ | `visible` | `visibility: visible;` |
552
+ | `invisible` | `visibility: hidden;` |
553
+
554
+ #### z-index
555
+
556
+ | Value | CSS Output |
557
+ |-------|------------|
558
+ | `base` | `z-index: var(--z-base);` |
559
+ | `low` | `z-index: var(--z-low);` |
560
+ | `mid` | `z-index: var(--z-mid);` |
561
+ | `high` | `z-index: var(--z-high);` |
562
+ | `top` | `z-index: var(--z-top);` |
563
+
564
+ ### Space Values
565
+
566
+ #### gap
567
+
568
+ | Value | CSS Output |
569
+ |-------|------------|
570
+ | `undefined` | `gap: var(--s-{value});` |
571
+ | `undefined` | `column-gap: var(--s-{value});` |
572
+ | `undefined` | `row-gap: var(--s-{value});` |
573
+
574
+ #### height
575
+
576
+ | Value | CSS Output |
577
+ |-------|------------|
578
+ | `undefined` | `height: var(--s-{value});` |
579
+ | `undefined` | `min-height: var(--s-{value});` |
580
+ | `undefined` | `max-height: var(--s-{value});` |
581
+
582
+ #### margin
583
+
584
+ | Value | CSS Output |
585
+ |-------|------------|
586
+ | `undefined` | `margin: var(--s-{value});` |
587
+ | `undefined` | `margin-top: var(--s-{value});` |
588
+ | `undefined` | `margin-right: var(--s-{value});` |
589
+ | `undefined` | `margin-bottom: var(--s-{value});` |
590
+ | `undefined` | `margin-left: var(--s-{value});` |
591
+ | `undefined` | `margin-left: var(--s-{value}); margin-right: var(--s-{value});` |
592
+ | `undefined` | `margin-top: var(--s-{value}); margin-bottom: var(--s-{value});` |
593
+
594
+ #### padding
595
+
596
+ | Value | CSS Output |
597
+ |-------|------------|
598
+ | `undefined` | `padding: var(--s-{value});` |
599
+ | `undefined` | `padding-top: var(--s-{value});` |
600
+ | `undefined` | `padding-right: var(--s-{value});` |
601
+ | `undefined` | `padding-bottom: var(--s-{value});` |
602
+ | `undefined` | `padding-left: var(--s-{value});` |
603
+ | `undefined` | `padding-left: var(--s-{value}); padding-right: var(--s-{value});` |
604
+ | `undefined` | `padding-top: var(--s-{value}); padding-bottom: var(--s-{value});` |
605
+
606
+ #### width
607
+
608
+ | Value | CSS Output |
609
+ |-------|------------|
610
+ | `undefined` | `width: var(--s-{value});` |
611
+ | `undefined` | `min-width: var(--s-{value});` |
612
+ | `undefined` | `max-width: var(--s-{value});` |
613
+
614
+ ### Visual Values
615
+
616
+ #### animation-builtin
617
+
618
+ | Value | CSS Output |
619
+ |-------|------------|
620
+ | `none` | `animation: none;` |
621
+ | `spin` | `animation: spin 1s linear infinite;` |
622
+ | `ping` | `animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;` |
623
+ | `pulse` | `animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;` |
624
+ | `bounce` | `animation: bounce 1s infinite;` |
625
+
626
+ #### animation-delay
627
+
628
+ | Value | CSS Output |
629
+ |-------|------------|
630
+ | `instant` | `animation-delay: 75ms;` |
631
+ | `quick` | `animation-delay: 100ms;` |
632
+ | `fast` | `animation-delay: 150ms;` |
633
+ | `normal` | `animation-delay: 200ms;` |
634
+ | `slow` | `animation-delay: 300ms;` |
635
+
636
+ #### animation-direction
637
+
638
+ | Value | CSS Output |
639
+ |-------|------------|
640
+ | `normal` | `animation-direction: normal;` |
641
+ | `reverse` | `animation-direction: reverse;` |
642
+ | `alternate` | `animation-direction: alternate;` |
643
+ | `alternate-reverse` | `animation-direction: alternate-reverse;` |
644
+
645
+ #### animation-duration
646
+
647
+ | Value | CSS Output |
648
+ |-------|------------|
649
+ | `instant` | `animation-duration: 75ms;` |
650
+ | `quick` | `animation-duration: 100ms;` |
651
+ | `fast` | `animation-duration: 150ms;` |
652
+ | `normal` | `animation-duration: 200ms;` |
653
+ | `slow` | `animation-duration: 300ms;` |
654
+ | `slower` | `animation-duration: 500ms;` |
655
+ | `lazy` | `animation-duration: 700ms;` |
656
+
657
+ #### animation-fill
658
+
659
+ | Value | CSS Output |
660
+ |-------|------------|
661
+ | `none` | `animation-fill-mode: none;` |
662
+ | `forwards` | `animation-fill-mode: forwards;` |
663
+ | `backwards` | `animation-fill-mode: backwards;` |
664
+ | `both` | `animation-fill-mode: both;` |
665
+
666
+ #### animation-iteration
667
+
668
+ | Value | CSS Output |
669
+ |-------|------------|
670
+ | `1` | `animation-iteration-count: 1;` |
671
+ | `infinite` | `animation-iteration-count: infinite;` |
672
+
673
+ #### animation-play
674
+
675
+ | Value | CSS Output |
676
+ |-------|------------|
677
+ | `running` | `animation-play-state: running;` |
678
+ | `paused` | `animation-play-state: paused;` |
679
+
680
+ #### appearance
681
+
682
+ | Value | CSS Output |
683
+ |-------|------------|
684
+ | `none` | `appearance: none;` |
685
+ | `auto` | `appearance: auto;` |
686
+
687
+ #### backdrop-blur
688
+
689
+ | Value | CSS Output |
690
+ |-------|------------|
691
+ | `none` | `backdrop-filter: blur(0);` |
692
+ | `tiny` | `backdrop-filter: blur(2px);` |
693
+ | `small` | `backdrop-filter: blur(4px);` |
694
+ | `medium` | `backdrop-filter: blur(8px);` |
695
+ | `big` | `backdrop-filter: blur(12px);` |
696
+ | `giant` | `backdrop-filter: blur(24px);` |
697
+ | `vast` | `backdrop-filter: blur(48px);` |
698
+
699
+ #### backdrop-brightness
700
+
701
+ | Value | CSS Output |
702
+ |-------|------------|
703
+ | `dim` | `backdrop-filter: brightness(0.5);` |
704
+ | `dark` | `backdrop-filter: brightness(0.75);` |
705
+ | `normal` | `backdrop-filter: brightness(1);` |
706
+ | `bright` | `backdrop-filter: brightness(1.25);` |
707
+ | `vivid` | `backdrop-filter: brightness(1.5);` |
708
+
709
+ #### backdrop-contrast
710
+
711
+ | Value | CSS Output |
712
+ |-------|------------|
713
+ | `low` | `backdrop-filter: contrast(0.5);` |
714
+ | `reduced` | `backdrop-filter: contrast(0.75);` |
715
+ | `normal` | `backdrop-filter: contrast(1);` |
716
+ | `high` | `backdrop-filter: contrast(1.25);` |
717
+ | `max` | `backdrop-filter: contrast(1.5);` |
718
+
719
+ #### backdrop-grayscale
720
+
721
+ | Value | CSS Output |
722
+ |-------|------------|
723
+ | `none` | `backdrop-filter: grayscale(0%);` |
724
+ | `partial` | `backdrop-filter: grayscale(50%);` |
725
+ | `full` | `backdrop-filter: grayscale(100%);` |
726
+
727
+ #### backdrop-hue-rotate
728
+
729
+ | Value | CSS Output |
730
+ |-------|------------|
731
+ | `0` | `backdrop-filter: hue-rotate(0deg);` |
732
+ | `90` | `backdrop-filter: hue-rotate(90deg);` |
733
+ | `180` | `backdrop-filter: hue-rotate(180deg);` |
734
+
735
+ #### backdrop-invert
736
+
737
+ | Value | CSS Output |
738
+ |-------|------------|
739
+ | `none` | `backdrop-filter: invert(0%);` |
740
+ | `partial` | `backdrop-filter: invert(50%);` |
741
+ | `full` | `backdrop-filter: invert(100%);` |
742
+
743
+ #### backdrop-opacity
744
+
745
+ | Value | CSS Output |
746
+ |-------|------------|
747
+ | `0` | `backdrop-filter: opacity(0);` |
748
+ | `50` | `backdrop-filter: opacity(0.5);` |
749
+ | `100` | `backdrop-filter: opacity(1);` |
750
+
751
+ #### backdrop-saturate
752
+
753
+ | Value | CSS Output |
754
+ |-------|------------|
755
+ | `none` | `backdrop-filter: saturate(0);` |
756
+ | `low` | `backdrop-filter: saturate(0.5);` |
757
+ | `normal` | `backdrop-filter: saturate(1);` |
758
+ | `high` | `backdrop-filter: saturate(1.5);` |
759
+ | `vivid` | `backdrop-filter: saturate(2);` |
760
+
761
+ #### backdrop-sepia
762
+
763
+ | Value | CSS Output |
764
+ |-------|------------|
765
+ | `none` | `backdrop-filter: sepia(0%);` |
766
+ | `partial` | `backdrop-filter: sepia(50%);` |
767
+ | `full` | `backdrop-filter: sepia(100%);` |
768
+
769
+ #### background-attachment
770
+
771
+ | Value | CSS Output |
772
+ |-------|------------|
773
+ | `fixed` | `background-attachment: fixed;` |
774
+ | `local` | `background-attachment: local;` |
775
+ | `scroll` | `background-attachment: scroll;` |
776
+
777
+ #### background-blend-mode
778
+
779
+ | Value | CSS Output |
780
+ |-------|------------|
781
+ | `normal` | `background-blend-mode: normal;` |
782
+ | `multiply` | `background-blend-mode: multiply;` |
783
+ | `screen` | `background-blend-mode: screen;` |
784
+ | `overlay` | `background-blend-mode: overlay;` |
785
+ | `darken` | `background-blend-mode: darken;` |
786
+ | `lighten` | `background-blend-mode: lighten;` |
787
+
788
+ #### background-clip
789
+
790
+ | Value | CSS Output |
791
+ |-------|------------|
792
+ | `border` | `background-clip: border-box;` |
793
+ | `padding` | `background-clip: padding-box;` |
794
+ | `content` | `background-clip: content-box;` |
795
+ | `text` | `background-clip: text; -webkit-background-clip: text;` |
796
+
797
+ #### background-image
798
+
799
+ | Value | CSS Output |
800
+ |-------|------------|
801
+ | `none` | `background-image: none;` |
802
+ | `gradient-to-t` | `background-image: linear-gradient(to top, var(--tw-gradient-stops));` |
803
+ | `gradient-to-b` | `background-image: linear-gradient(to bottom, var(--tw-gradient-stops));` |
804
+ | `gradient-to-l` | `background-image: linear-gradient(to left, var(--tw-gradient-stops));` |
805
+ | `gradient-to-r` | `background-image: linear-gradient(to right, var(--tw-gradient-stops));` |
806
+
807
+ #### background-origin
808
+
809
+ | Value | CSS Output |
810
+ |-------|------------|
811
+ | `border` | `background-origin: border-box;` |
812
+ | `padding` | `background-origin: padding-box;` |
813
+ | `content` | `background-origin: content-box;` |
814
+
815
+ #### background-position
816
+
817
+ | Value | CSS Output |
818
+ |-------|------------|
819
+ | `center` | `background-position: center;` |
820
+ | `top` | `background-position: top;` |
821
+ | `bottom` | `background-position: bottom;` |
822
+ | `left` | `background-position: left;` |
823
+ | `right` | `background-position: right;` |
824
+ | `top-left` | `background-position: top left;` |
825
+ | `top-right` | `background-position: top right;` |
826
+ | `bottom-left` | `background-position: bottom left;` |
827
+ | `bottom-right` | `background-position: bottom right;` |
828
+
829
+ #### background-repeat
830
+
831
+ | Value | CSS Output |
832
+ |-------|------------|
833
+ | `repeat` | `background-repeat: repeat;` |
834
+ | `no-repeat` | `background-repeat: no-repeat;` |
835
+ | `repeat-x` | `background-repeat: repeat-x;` |
836
+ | `repeat-y` | `background-repeat: repeat-y;` |
837
+ | `round` | `background-repeat: round;` |
838
+ | `space` | `background-repeat: space;` |
839
+
840
+ #### background-size
841
+
842
+ | Value | CSS Output |
843
+ |-------|------------|
844
+ | `auto` | `background-size: auto;` |
845
+ | `cover` | `background-size: cover;` |
846
+ | `contain` | `background-size: contain;` |
847
+
848
+ #### blend-modes
849
+
850
+ | Value | CSS Output |
851
+ |-------|------------|
852
+ | `normal` | `mix-blend-mode: normal;` |
853
+ | `multiply` | `mix-blend-mode: multiply;` |
854
+ | `screen` | `mix-blend-mode: screen;` |
855
+ | `overlay` | `mix-blend-mode: overlay;` |
856
+ | `darken` | `mix-blend-mode: darken;` |
857
+ | `lighten` | `mix-blend-mode: lighten;` |
858
+
859
+ #### border-radius
860
+
861
+ | Value | CSS Output |
862
+ |-------|------------|
863
+ | `none` | `border-radius: var(--r-none);` |
864
+ | `small` | `border-radius: var(--r-small);` |
865
+ | `medium` | `border-radius: var(--r-medium);` |
866
+ | `big` | `border-radius: var(--r-big);` |
867
+ | `round` | `border-radius: var(--r-round);` |
868
+
869
+ #### border-style
870
+
871
+ | Value | CSS Output |
872
+ |-------|------------|
873
+ | `solid` | `border-style: solid;` |
874
+ | `dashed` | `border-style: dashed;` |
875
+ | `dotted` | `border-style: dotted;` |
876
+ | `double` | `border-style: double;` |
877
+ | `none` | `border-style: none;` |
878
+
879
+ #### border-width
880
+
881
+ | Value | CSS Output |
882
+ |-------|------------|
883
+ | `tiny` | `border-width: var(--s-tiny); border-style: solid;` |
884
+ | `small` | `border-width: var(--s-small); border-style: solid;` |
885
+
886
+ #### box-shadow
887
+
888
+ | Value | CSS Output |
889
+ |-------|------------|
890
+ | `none` | `box-shadow: var(--shadow-none);` |
891
+ | `small` | `box-shadow: var(--shadow-small);` |
892
+ | `medium` | `box-shadow: var(--shadow-medium);` |
893
+ | `big` | `box-shadow: var(--shadow-big);` |
894
+ | `giant` | `box-shadow: var(--shadow-giant);` |
895
+
896
+ #### color-scheme
897
+
898
+ | Value | CSS Output |
899
+ |-------|------------|
900
+ | `light` | `color-scheme: light;` |
901
+ | `dark` | `color-scheme: dark;` |
902
+ | `normal` | `color-scheme: normal;` |
903
+
904
+ #### cursor
905
+
906
+ | Value | CSS Output |
907
+ |-------|------------|
908
+ | `auto` | `cursor: auto;` |
909
+ | `default` | `cursor: default;` |
910
+ | `pointer` | `cursor: pointer;` |
911
+ | `wait` | `cursor: wait;` |
912
+ | `text` | `cursor: text;` |
913
+ | `move` | `cursor: move;` |
914
+ | `not-allowed` | `cursor: not-allowed;` |
915
+ | `grab` | `cursor: grab;` |
916
+ | `grabbing` | `cursor: grabbing;` |
917
+
918
+ #### field-sizing
919
+
920
+ | Value | CSS Output |
921
+ |-------|------------|
922
+ | `fixed` | `field-sizing: fixed;` |
923
+ | `content` | `field-sizing: content;` |
924
+
925
+ #### fill
926
+
927
+ | Value | CSS Output |
928
+ |-------|------------|
929
+ | `none` | `fill: none;` |
930
+ | `current` | `fill: currentColor;` |
931
+
932
+ #### filter-blur
933
+
934
+ | Value | CSS Output |
935
+ |-------|------------|
936
+ | `none` | `filter: blur(0);` |
937
+ | `tiny` | `filter: blur(2px);` |
938
+ | `small` | `filter: blur(4px);` |
939
+ | `medium` | `filter: blur(8px);` |
940
+ | `big` | `filter: blur(12px);` |
941
+ | `giant` | `filter: blur(24px);` |
942
+ | `vast` | `filter: blur(48px);` |
943
+
944
+ #### filter-brightness
945
+
946
+ | Value | CSS Output |
947
+ |-------|------------|
948
+ | `dim` | `filter: brightness(0.5);` |
949
+ | `dark` | `filter: brightness(0.75);` |
950
+ | `normal` | `filter: brightness(1);` |
951
+ | `bright` | `filter: brightness(1.25);` |
952
+ | `vivid` | `filter: brightness(1.5);` |
953
+
954
+ #### filter-contrast
955
+
956
+ | Value | CSS Output |
957
+ |-------|------------|
958
+ | `low` | `filter: contrast(0.5);` |
959
+ | `reduced` | `filter: contrast(0.75);` |
960
+ | `normal` | `filter: contrast(1);` |
961
+ | `high` | `filter: contrast(1.25);` |
962
+ | `max` | `filter: contrast(1.5);` |
963
+
964
+ #### filter-drop-shadow
965
+
966
+ | Value | CSS Output |
967
+ |-------|------------|
968
+ | `none` | `filter: drop-shadow(none);` |
969
+ | `tiny` | `filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));` |
970
+ | `small` | `filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));` |
971
+ | `medium` | `filter: drop-shadow(0 4px 3px rgba(0,0,0,0.07));` |
972
+ | `big` | `filter: drop-shadow(0 10px 8px rgba(0,0,0,0.04));` |
973
+ | `giant` | `filter: drop-shadow(0 20px 13px rgba(0,0,0,0.03));` |
974
+
975
+ #### filter-grayscale
976
+
977
+ | Value | CSS Output |
978
+ |-------|------------|
979
+ | `none` | `filter: grayscale(0%);` |
980
+ | `partial` | `filter: grayscale(50%);` |
981
+ | `full` | `filter: grayscale(100%);` |
982
+
983
+ #### filter-hue-rotate
984
+
985
+ | Value | CSS Output |
986
+ |-------|------------|
987
+ | `0` | `filter: hue-rotate(0deg);` |
988
+ | `90` | `filter: hue-rotate(90deg);` |
989
+ | `180` | `filter: hue-rotate(180deg);` |
990
+
991
+ #### filter-invert
992
+
993
+ | Value | CSS Output |
994
+ |-------|------------|
995
+ | `none` | `filter: invert(0%);` |
996
+ | `partial` | `filter: invert(50%);` |
997
+ | `full` | `filter: invert(100%);` |
998
+
999
+ #### filter-saturate
1000
+
1001
+ | Value | CSS Output |
1002
+ |-------|------------|
1003
+ | `none` | `filter: saturate(0);` |
1004
+ | `low` | `filter: saturate(0.5);` |
1005
+ | `normal` | `filter: saturate(1);` |
1006
+ | `high` | `filter: saturate(1.5);` |
1007
+ | `vivid` | `filter: saturate(2);` |
1008
+
1009
+ #### filter-sepia
1010
+
1011
+ | Value | CSS Output |
1012
+ |-------|------------|
1013
+ | `none` | `filter: sepia(0%);` |
1014
+ | `partial` | `filter: sepia(50%);` |
1015
+ | `full` | `filter: sepia(100%);` |
1016
+
1017
+ #### font-family
1018
+
1019
+ | Value | CSS Output |
1020
+ |-------|------------|
1021
+ | `sans` | `font-family: ui-sans-serif, system-ui, sans-serif;` |
1022
+ | `serif` | `font-family: ui-serif, Georgia, serif;` |
1023
+ | `mono` | `font-family: ui-monospace, monospace;` |
1024
+
1025
+ #### font-smoothing
1026
+
1027
+ | Value | CSS Output |
1028
+ |-------|------------|
1029
+ | `antialiased` | `-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;` |
1030
+ | `subpixel-antialiased` | `-webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto;` |
1031
+
1032
+ #### font-style
1033
+
1034
+ | Value | CSS Output |
1035
+ |-------|------------|
1036
+ | `italic` | `font-style: italic;` |
1037
+ | `not-italic` | `font-style: normal;` |
1038
+
1039
+ #### font-variant-numeric
1040
+
1041
+ | Value | CSS Output |
1042
+ |-------|------------|
1043
+ | `normal-nums` | `font-variant-numeric: normal;` |
1044
+ | `ordinal` | `font-variant-numeric: ordinal;` |
1045
+ | `slashed-zero` | `font-variant-numeric: slashed-zero;` |
1046
+ | `lining-nums` | `font-variant-numeric: lining-nums;` |
1047
+ | `oldstyle-nums` | `font-variant-numeric: oldstyle-nums;` |
1048
+ | `proportional-nums` | `font-variant-numeric: proportional-nums;` |
1049
+ | `tabular-nums` | `font-variant-numeric: tabular-nums;` |
1050
+
1051
+ #### font-weight
1052
+
1053
+ | Value | CSS Output |
1054
+ |-------|------------|
1055
+ | `normal` | `font-weight: var(--fw-normal);` |
1056
+ | `medium` | `font-weight: var(--fw-medium);` |
1057
+ | `bold` | `font-weight: var(--fw-bold);` |
1058
+
1059
+ #### forced-color-adjust
1060
+
1061
+ | Value | CSS Output |
1062
+ |-------|------------|
1063
+ | `auto` | `forced-color-adjust: auto;` |
1064
+ | `none` | `forced-color-adjust: none;` |
1065
+
1066
+ #### hyphens
1067
+
1068
+ | Value | CSS Output |
1069
+ |-------|------------|
1070
+ | `none` | `hyphens: none;` |
1071
+ | `manual` | `hyphens: manual;` |
1072
+ | `auto` | `hyphens: auto;` |
1073
+
1074
+ #### letter-spacing
1075
+
1076
+ | Value | CSS Output |
1077
+ |-------|------------|
1078
+ | `tighter` | `letter-spacing: -0.05em;` |
1079
+ | `tight` | `letter-spacing: -0.025em;` |
1080
+ | `normal` | `letter-spacing: 0;` |
1081
+ | `wide` | `letter-spacing: 0.025em;` |
1082
+ | `wider` | `letter-spacing: 0.05em;` |
1083
+ | `widest` | `letter-spacing: 0.1em;` |
1084
+
1085
+ #### line-clamp
1086
+
1087
+ | Value | CSS Output |
1088
+ |-------|------------|
1089
+ | `1` | `overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;` |
1090
+ | `2` | `overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;` |
1091
+ | `3` | `overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;` |
1092
+ | `none` | `overflow: visible; display: block; -webkit-box-orient: horizontal; -webkit-line-clamp: none;` |
1093
+
1094
+ #### line-height
1095
+
1096
+ | Value | CSS Output |
1097
+ |-------|------------|
1098
+ | `none` | `line-height: 1;` |
1099
+ | `tight` | `line-height: 1.25;` |
1100
+ | `snug` | `line-height: 1.375;` |
1101
+ | `normal` | `line-height: 1.5;` |
1102
+ | `relaxed` | `line-height: 1.625;` |
1103
+ | `loose` | `line-height: 2;` |
1104
+
1105
+ #### list-style
1106
+
1107
+ | Value | CSS Output |
1108
+ |-------|------------|
1109
+ | `none` | `list-style-type: none;` |
1110
+ | `disc` | `list-style-type: disc;` |
1111
+ | `decimal` | `list-style-type: decimal;` |
1112
+ | `square` | `list-style-type: square;` |
1113
+ | `inside` | `list-style-position: inside;` |
1114
+ | `outside` | `list-style-position: outside;` |
1115
+
1116
+ #### mask
1117
+
1118
+ | Value | CSS Output |
1119
+ |-------|------------|
1120
+ | `none` | `mask-image: none;` |
1121
+ | `fade-y` | `mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);` |
1122
+ | `fade-x` | `mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);` |
1123
+
1124
+ #### opacity
1125
+
1126
+ | Value | CSS Output |
1127
+ |-------|------------|
1128
+ | `0` | `opacity: 0;` |
1129
+ | `25` | `opacity: 0.25;` |
1130
+ | `50` | `opacity: 0.5;` |
1131
+ | `75` | `opacity: 0.75;` |
1132
+ | `100` | `opacity: 1;` |
1133
+
1134
+ #### pointer-events
1135
+
1136
+ | Value | CSS Output |
1137
+ |-------|------------|
1138
+ | `none` | `pointer-events: none;` |
1139
+ | `auto` | `pointer-events: auto;` |
1140
+
1141
+ #### resize
1142
+
1143
+ | Value | CSS Output |
1144
+ |-------|------------|
1145
+ | `none` | `resize: none;` |
1146
+ | `both` | `resize: both;` |
1147
+ | `x` | `resize: horizontal;` |
1148
+ | `y` | `resize: vertical;` |
1149
+
1150
+ #### scroll-behavior
1151
+
1152
+ | Value | CSS Output |
1153
+ |-------|------------|
1154
+ | `auto` | `scroll-behavior: auto;` |
1155
+ | `smooth` | `scroll-behavior: smooth;` |
1156
+
1157
+ #### scroll-margin
1158
+
1159
+ | Value | CSS Output |
1160
+ |-------|------------|
1161
+ | `scroll-m` | `scroll-margin: {value};` |
1162
+ | `scroll-m-t` | `scroll-margin-top: {value};` |
1163
+ | `scroll-m-r` | `scroll-margin-right: {value};` |
1164
+ | `scroll-m-b` | `scroll-margin-bottom: {value};` |
1165
+ | `scroll-m-l` | `scroll-margin-left: {value};` |
1166
+
1167
+ #### scroll-padding
1168
+
1169
+ | Value | CSS Output |
1170
+ |-------|------------|
1171
+ | `scroll-p` | `scroll-padding: {value};` |
1172
+ | `scroll-p-t` | `scroll-padding-top: {value};` |
1173
+ | `scroll-p-r` | `scroll-padding-right: {value};` |
1174
+ | `scroll-p-b` | `scroll-padding-bottom: {value};` |
1175
+ | `scroll-p-l` | `scroll-padding-left: {value};` |
1176
+
1177
+ #### scroll-snap-align
1178
+
1179
+ | Value | CSS Output |
1180
+ |-------|------------|
1181
+ | `start` | `scroll-snap-align: start;` |
1182
+ | `end` | `scroll-snap-align: end;` |
1183
+ | `center` | `scroll-snap-align: center;` |
1184
+ | `none` | `scroll-snap-align: none;` |
1185
+
1186
+ #### scroll-snap-stop
1187
+
1188
+ | Value | CSS Output |
1189
+ |-------|------------|
1190
+ | `normal` | `scroll-snap-stop: normal;` |
1191
+ | `always` | `scroll-snap-stop: always;` |
1192
+
1193
+ #### scroll-snap-type
1194
+
1195
+ | Value | CSS Output |
1196
+ |-------|------------|
1197
+ | `none` | `scroll-snap-type: none;` |
1198
+ | `x` | `scroll-snap-type: x mandatory;` |
1199
+ | `y` | `scroll-snap-type: y mandatory;` |
1200
+ | `both` | `scroll-snap-type: both mandatory;` |
1201
+ | `x-proximity` | `scroll-snap-type: x proximity;` |
1202
+ | `y-proximity` | `scroll-snap-type: y proximity;` |
1203
+
1204
+ #### state-prefixes
1205
+
1206
+ | Value | CSS Output |
1207
+ |-------|------------|
1208
+ | `hover:` | `:hover` |
1209
+ | `focus:` | `:focus` |
1210
+ | `active:` | `:active` |
1211
+ | `disabled:` | `:disabled` |
1212
+ | `visited:` | `:visited` |
1213
+ | `first:` | `:first-child` |
1214
+ | `last:` | `:last-child` |
1215
+ | `odd:` | `:nth-child(odd)` |
1216
+ | `even:` | `:nth-child(even)` |
1217
+
1218
+ #### stroke
1219
+
1220
+ | Value | CSS Output |
1221
+ |-------|------------|
1222
+ | `none` | `stroke: none;` |
1223
+ | `current` | `stroke: currentColor;` |
1224
+
1225
+ #### stroke-width
1226
+
1227
+ | Value | CSS Output |
1228
+ |-------|------------|
1229
+ | `0` | `stroke-width: 0;` |
1230
+ | `1` | `stroke-width: 1px;` |
1231
+ | `2` | `stroke-width: 2px;` |
1232
+
1233
+ #### text-alignment
1234
+
1235
+ | Value | CSS Output |
1236
+ |-------|------------|
1237
+ | `left` | `text-align: left;` |
1238
+ | `center` | `text-align: center;` |
1239
+ | `right` | `text-align: right;` |
1240
+ | `justify` | `text-align: justify;` |
1241
+
1242
+ #### text-color
1243
+
1244
+ | Value | CSS Output |
1245
+ |-------|------------|
1246
+ | `left` | `text-align: left;` |
1247
+ | `center` | `text-align: center;` |
1248
+ | `right` | `text-align: right;` |
1249
+ | `justify` | `text-align: justify;` |
1250
+
1251
+ #### text-decoration
1252
+
1253
+ | Value | CSS Output |
1254
+ |-------|------------|
1255
+ | `underline` | `text-decoration-line: underline;` |
1256
+ | `overline` | `text-decoration-line: overline;` |
1257
+ | `line-through` | `text-decoration-line: line-through;` |
1258
+ | `no-underline` | `text-decoration-line: none;` |
1259
+
1260
+ #### text-indent
1261
+
1262
+ | Value | CSS Output |
1263
+ |-------|------------|
1264
+ | `0` | `text-indent: 0;` |
1265
+
1266
+ #### text-overflow
1267
+
1268
+ | Value | CSS Output |
1269
+ |-------|------------|
1270
+ | `truncate` | `overflow: hidden; text-overflow: ellipsis; white-space: nowrap;` |
1271
+ | `text-ellipsis` | `text-overflow: ellipsis;` |
1272
+ | `text-clip` | `text-overflow: clip;` |
1273
+
1274
+ #### text-shadow
1275
+
1276
+ | Value | CSS Output |
1277
+ |-------|------------|
1278
+ | `none` | `text-shadow: none;` |
1279
+ | `small` | `text-shadow: 0 1px 2px rgba(0,0,0,0.1);` |
1280
+ | `medium` | `text-shadow: 0 2px 4px rgba(0,0,0,0.1);` |
1281
+ | `big` | `text-shadow: 0 4px 8px rgba(0,0,0,0.1);` |
1282
+
1283
+ #### text-transform
1284
+
1285
+ | Value | CSS Output |
1286
+ |-------|------------|
1287
+ | `uppercase` | `text-transform: uppercase;` |
1288
+ | `lowercase` | `text-transform: lowercase;` |
1289
+ | `capitalize` | `text-transform: capitalize;` |
1290
+ | `normal-case` | `text-transform: none;` |
1291
+
1292
+ #### text-wrap
1293
+
1294
+ | Value | CSS Output |
1295
+ |-------|------------|
1296
+ | `text-wrap` | `text-wrap: wrap;` |
1297
+ | `text-nowrap` | `text-wrap: nowrap;` |
1298
+ | `text-balance` | `text-wrap: balance;` |
1299
+ | `text-pretty` | `text-wrap: pretty;` |
1300
+
1301
+ #### touch-action
1302
+
1303
+ | Value | CSS Output |
1304
+ |-------|------------|
1305
+ | `auto` | `touch-action: auto;` |
1306
+ | `none` | `touch-action: none;` |
1307
+ | `pan-x` | `touch-action: pan-x;` |
1308
+ | `pan-y` | `touch-action: pan-y;` |
1309
+ | `pan-left` | `touch-action: pan-left;` |
1310
+ | `pan-right` | `touch-action: pan-right;` |
1311
+ | `pinch-zoom` | `touch-action: pinch-zoom;` |
1312
+ | `manipulation` | `touch-action: manipulation;` |
1313
+
1314
+ #### transform-backface
1315
+
1316
+ | Value | CSS Output |
1317
+ |-------|------------|
1318
+ | `visible` | `backface-visibility: visible;` |
1319
+ | `hidden` | `backface-visibility: hidden;` |
1320
+
1321
+ #### transform-origin
1322
+
1323
+ | Value | CSS Output |
1324
+ |-------|------------|
1325
+ | `center` | `transform-origin: center;` |
1326
+ | `top` | `transform-origin: top;` |
1327
+ | `top-right` | `transform-origin: top right;` |
1328
+ | `right` | `transform-origin: right;` |
1329
+ | `bottom-right` | `transform-origin: bottom right;` |
1330
+ | `bottom` | `transform-origin: bottom;` |
1331
+ | `bottom-left` | `transform-origin: bottom left;` |
1332
+ | `left` | `transform-origin: left;` |
1333
+ | `top-left` | `transform-origin: top left;` |
1334
+
1335
+ #### transform-perspective
1336
+
1337
+ | Value | CSS Output |
1338
+ |-------|------------|
1339
+ | `none` | `perspective: none;` |
1340
+ | `dramatic` | `perspective: 100px;` |
1341
+ | `near` | `perspective: 300px;` |
1342
+ | `normal` | `perspective: 500px;` |
1343
+ | `midrange` | `perspective: 800px;` |
1344
+ | `far` | `perspective: 1000px;` |
1345
+ | `distant` | `perspective: 1200px;` |
1346
+
1347
+ #### transform-perspective-origin
1348
+
1349
+ | Value | CSS Output |
1350
+ |-------|------------|
1351
+ | `center` | `perspective-origin: center;` |
1352
+ | `top` | `perspective-origin: top;` |
1353
+ | `bottom` | `perspective-origin: bottom;` |
1354
+ | `left` | `perspective-origin: left;` |
1355
+ | `right` | `perspective-origin: right;` |
1356
+ | `top-left` | `perspective-origin: top left;` |
1357
+ | `top-right` | `perspective-origin: top right;` |
1358
+ | `bottom-left` | `perspective-origin: bottom left;` |
1359
+ | `bottom-right` | `perspective-origin: bottom right;` |
1360
+
1361
+ #### transform-rotate
1362
+
1363
+ | Value | CSS Output |
1364
+ |-------|------------|
1365
+ | `0` | `transform: rotate(0deg);` |
1366
+ | `45` | `transform: rotate(45deg);` |
1367
+ | `90` | `transform: rotate(90deg);` |
1368
+ | `180` | `transform: rotate(180deg);` |
1369
+
1370
+ #### transform-scale
1371
+
1372
+ | Value | CSS Output |
1373
+ |-------|------------|
1374
+ | `0` | `transform: scale(0);` |
1375
+ | `50` | `transform: scale(0.5);` |
1376
+ | `75` | `transform: scale(0.75);` |
1377
+ | `100` | `transform: scale(1);` |
1378
+ | `110` | `transform: scale(1.1);` |
1379
+ | `125` | `transform: scale(1.25);` |
1380
+ | `150` | `transform: scale(1.5);` |
1381
+
1382
+ #### transform-skew
1383
+
1384
+ | Value | CSS Output |
1385
+ |-------|------------|
1386
+ | `0` | `transform: skewX(0deg);` |
1387
+ | `3` | `transform: skewX(3deg);` |
1388
+ | `6` | `transform: skewX(6deg);` |
1389
+ | `12` | `transform: skewX(12deg);` |
1390
+
1391
+ #### transform-style
1392
+
1393
+ | Value | CSS Output |
1394
+ |-------|------------|
1395
+ | `flat` | `transform-style: flat;` |
1396
+ | `preserve-3d` | `transform-style: preserve-3d;` |
1397
+
1398
+ #### transform-translate
1399
+
1400
+ | Value | CSS Output |
1401
+ |-------|------------|
1402
+ | `0` | `transform: translateX(0);` |
1403
+ | `full` | `transform: translateX(100%);` |
1404
+ | `1/2` | `transform: translateX(50%);` |
1405
+
1406
+ #### transition-delay
1407
+
1408
+ | Value | CSS Output |
1409
+ |-------|------------|
1410
+ | `instant` | `transition-delay: 75ms;` |
1411
+ | `quick` | `transition-delay: 100ms;` |
1412
+ | `fast` | `transition-delay: 150ms;` |
1413
+ | `normal` | `transition-delay: 200ms;` |
1414
+ | `slow` | `transition-delay: 300ms;` |
1415
+
1416
+ #### transition-duration
1417
+
1418
+ | Value | CSS Output |
1419
+ |-------|------------|
1420
+ | `instant` | `transition-duration: 75ms;` |
1421
+ | `quick` | `transition-duration: 100ms;` |
1422
+ | `fast` | `transition-duration: 150ms;` |
1423
+ | `normal` | `transition-duration: 200ms;` |
1424
+ | `slow` | `transition-duration: 300ms;` |
1425
+ | `slower` | `transition-duration: 500ms;` |
1426
+ | `lazy` | `transition-duration: 700ms;` |
1427
+
1428
+ #### transition-property
1429
+
1430
+ | Value | CSS Output |
1431
+ |-------|------------|
1432
+ | `none` | `transition-property: none;` |
1433
+ | `all` | `transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;` |
1434
+ | `colors` | `transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;` |
1435
+ | `opacity` | `transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;` |
1436
+ | `shadow` | `transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;` |
1437
+ | `transform` | `transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;` |
1438
+
1439
+ #### transition-timing
1440
+
1441
+ | Value | CSS Output |
1442
+ |-------|------------|
1443
+ | `linear` | `transition-timing-function: linear;` |
1444
+ | `in` | `transition-timing-function: cubic-bezier(0.4, 0, 1, 1);` |
1445
+ | `out` | `transition-timing-function: cubic-bezier(0, 0, 0.2, 1);` |
1446
+ | `in-out` | `transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);` |
1447
+
1448
+ #### typography-keywords
1449
+
1450
+ | Value | CSS Output |
1451
+ |-------|------------|
1452
+ | `italic` | `font-style: italic;` |
1453
+ | `not-italic` | `font-style: normal;` |
1454
+ | `antialiased` | `-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;` |
1455
+ | `subpixel-antialiased` | `-webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto;` |
1456
+ | `uppercase` | `text-transform: uppercase;` |
1457
+ | `lowercase` | `text-transform: lowercase;` |
1458
+ | `capitalize` | `text-transform: capitalize;` |
1459
+ | `normal-case` | `text-transform: none;` |
1460
+ | `underline` | `text-decoration-line: underline;` |
1461
+ | `overline` | `text-decoration-line: overline;` |
1462
+ | `line-through` | `text-decoration-line: line-through;` |
1463
+ | `no-underline` | `text-decoration-line: none;` |
1464
+ | `decoration-solid` | `text-decoration-style: solid;` |
1465
+ | `decoration-double` | `text-decoration-style: double;` |
1466
+ | `decoration-dotted` | `text-decoration-style: dotted;` |
1467
+ | `decoration-dashed` | `text-decoration-style: dashed;` |
1468
+ | `decoration-wavy` | `text-decoration-style: wavy;` |
1469
+ | `truncate` | `overflow: hidden; text-overflow: ellipsis; white-space: nowrap;` |
1470
+ | `text-ellipsis` | `text-overflow: ellipsis;` |
1471
+ | `text-clip` | `text-overflow: clip;` |
1472
+ | `text-wrap` | `text-wrap: wrap;` |
1473
+ | `text-nowrap` | `text-wrap: nowrap;` |
1474
+ | `text-balance` | `text-wrap: balance;` |
1475
+ | `text-pretty` | `text-wrap: pretty;` |
1476
+ | `whitespace-normal` | `white-space: normal;` |
1477
+ | `whitespace-nowrap` | `white-space: nowrap;` |
1478
+ | `whitespace-pre` | `white-space: pre;` |
1479
+ | `whitespace-pre-line` | `white-space: pre-line;` |
1480
+ | `whitespace-pre-wrap` | `white-space: pre-wrap;` |
1481
+ | `whitespace-break-spaces` | `white-space: break-spaces;` |
1482
+ | `break-normal` | `overflow-wrap: normal; word-break: normal;` |
1483
+ | `break-words` | `overflow-wrap: break-word;` |
1484
+ | `break-all` | `word-break: break-all;` |
1485
+ | `break-keep` | `word-break: keep-all;` |
1486
+ | `hyphens-none` | `hyphens: none;` |
1487
+ | `hyphens-manual` | `hyphens: manual;` |
1488
+ | `hyphens-auto` | `hyphens: auto;` |
1489
+ | `align-baseline` | `vertical-align: baseline;` |
1490
+ | `align-top` | `vertical-align: top;` |
1491
+ | `align-middle` | `vertical-align: middle;` |
1492
+ | `align-bottom` | `vertical-align: bottom;` |
1493
+ | `align-text-top` | `vertical-align: text-top;` |
1494
+ | `align-text-bottom` | `vertical-align: text-bottom;` |
1495
+ | `align-sub` | `vertical-align: sub;` |
1496
+ | `align-super` | `vertical-align: super;` |
1497
+ | `list-none` | `list-style-type: none;` |
1498
+ | `list-disc` | `list-style-type: disc;` |
1499
+ | `list-decimal` | `list-style-type: decimal;` |
1500
+ | `list-square` | `list-style-type: square;` |
1501
+ | `list-inside` | `list-style-position: inside;` |
1502
+ | `list-outside` | `list-style-position: outside;` |
1503
+
1504
+ #### user-select
1505
+
1506
+ | Value | CSS Output |
1507
+ |-------|------------|
1508
+ | `none` | `user-select: none;` |
1509
+ | `text` | `user-select: text;` |
1510
+ | `all` | `user-select: all;` |
1511
+ | `auto` | `user-select: auto;` |
1512
+
1513
+ #### vertical-align
1514
+
1515
+ | Value | CSS Output |
1516
+ |-------|------------|
1517
+ | `baseline` | `vertical-align: baseline;` |
1518
+ | `top` | `vertical-align: top;` |
1519
+ | `middle` | `vertical-align: middle;` |
1520
+ | `bottom` | `vertical-align: bottom;` |
1521
+ | `text-top` | `vertical-align: text-top;` |
1522
+ | `text-bottom` | `vertical-align: text-bottom;` |
1523
+ | `sub` | `vertical-align: sub;` |
1524
+ | `super` | `vertical-align: super;` |
1525
+
1526
+ #### whitespace
1527
+
1528
+ | Value | CSS Output |
1529
+ |-------|------------|
1530
+ | `normal` | `white-space: normal;` |
1531
+ | `nowrap` | `white-space: nowrap;` |
1532
+ | `pre` | `white-space: pre;` |
1533
+ | `pre-line` | `white-space: pre-line;` |
1534
+ | `pre-wrap` | `white-space: pre-wrap;` |
1535
+ | `break-spaces` | `white-space: break-spaces;` |
1536
+
1537
+ #### will-change
1538
+
1539
+ | Value | CSS Output |
1540
+ |-------|------------|
1541
+ | `auto` | `will-change: auto;` |
1542
+ | `scroll` | `will-change: scroll-position;` |
1543
+ | `contents` | `will-change: contents;` |
1544
+ | `transform` | `will-change: transform;` |
1545
+ | `opacity` | `will-change: opacity;` |
1546
+
1547
+ #### word-break
1548
+
1549
+ | Value | CSS Output |
1550
+ |-------|------------|
1551
+ | `break-normal` | `overflow-wrap: normal; word-break: normal;` |
1552
+ | `break-words` | `overflow-wrap: break-word;` |
1553
+ | `break-all` | `word-break: break-all;` |
1554
+ | `break-keep` | `word-break: keep-all;` |
1555
+