Skip to content

Commit 9cf7f11

Browse files
committed
CSS variable colorizer test
1 parent f7494b2 commit 9cf7f11

2 files changed

Lines changed: 472 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:root {
2+
--spacing-unit: 6px;
3+
--cell-padding: (4 * var(--spacing-unit));
4+
}
5+
]
6+
body {
7+
padding-left: calc(4 * var(--spacing-unit, 5px));
8+
}

0 commit comments

Comments
 (0)