Archived
fgh
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
:root {
|
||||
--test-test: red;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--test-test: black;
|
||||
}
|
||||
|
||||
.test {
|
||||
background-color: var(--test-test);
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
Reference in New Issue
Block a user