Moving to Sass for compiling

This commit is contained in:
2023-08-16 12:37:17 -07:00
parent 59cd2aa277
commit 4827b20c8b
25 changed files with 3103 additions and 2197 deletions

View File

@ -1,4 +1,10 @@
# BlogCSS
The CSS themes I use on my blog.
These only make sense when using [Sophia After Dark](https://git.oldgate.org/Sophia/Sophia-After-Dark)
These only make sense when using [Sophia After Dark](https://git.oldgate.org/Sophia/Sophia-After-Dark)
To build SCSS run
```
sass --no-source-map --watch scss/.:css
```