mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
fgh
This commit is contained in:
13
styles/test.css
Normal file
13
styles/test.css
Normal file
@@ -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