chore: compile sass themes

This commit is contained in:
2023-05-07 23:25:35 +02:00
parent a1c02dfed3
commit 32ade76ae3
5 changed files with 405 additions and 6 deletions

3
src/themes/csstest.css Normal file
View File

@@ -0,0 +1,3 @@
h2 {
color: black;
}

View File

@@ -1,3 +0,0 @@
h1 {
color: green;
}

7
src/themes/test.scss Normal file
View File

@@ -0,0 +1,7 @@
h1 {
color: black;
.title {
color: blue;
}
}