1
1
Fork 0
This repository has been archived on 2022-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
natenom-websites/README.md

9 lines
152 B
Markdown
Raw Normal View History

2020-10-08 22:58:24 +02:00
SCSS/CSS of [Natenoms websites](https://natenom.com/).
## how to generate css out of scss
```sh
sassc blog.scss blog.css
sassc wiki.scss wiki.css
```