c3ioc-hugo/static/css/README.md

11 lines
204 B
Markdown

# How to edit styles
Do not edit css files directly. Always make your changes in the scss files and then compile them to css.
## Requirement
- dart-sass
## Compiling
```sh
sass style.scss:style.css
```