vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/README.md

9 lines
177 B
Markdown
Raw Normal View History

scss of my [gitea theme](https://vrifox.cc/projects/gitea-theme).
## how to generate css out of scss
```sh
sassc frontend.scss frontend.css
sassc backend.scss backend.css
```