mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-28 00:22:26 +02:00
chore: compile sass themes
This commit is contained in:
3
src/themes/csstest.css
Normal file
3
src/themes/csstest.css
Normal file
@@ -0,0 +1,3 @@
|
||||
h2 {
|
||||
color: black;
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
h1 {
|
||||
color: green;
|
||||
}
|
7
src/themes/test.scss
Normal file
7
src/themes/test.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
h1 {
|
||||
color: black;
|
||||
|
||||
.title {
|
||||
color: blue;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user