Last active 3 months ago
0
0
1
| 1 | :root { |
| 2 | interpolate-size: allow-keywords; |
| 3 | } |
| 4 | .container { |
| 5 | scrollbar-gutter: stable; |
| 6 | transition-behavior: allow-discrete; |
| 7 | color-scheme: light dark; |
| 8 | overflow-x: clip; |
| 9 | } |
| 10 | h1 { |