BlogCSS/README.md

10 lines
214 B
Markdown
Raw Normal View History

2022-10-10 18:27:58 -07:00
# BlogCSS
2023-07-18 15:52:05 -07:00
The CSS themes I use on my blog.
2023-08-16 12:37:17 -07:00
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
```