@bookklik/senangstart-css 0.2.0 → 0.2.3

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