Add how-to for scss compilation

This commit is contained in:
exu 2024-09-18 17:10:26 +02:00
parent a98cd01666
commit 8fb3e06bbe

View File

@ -8,3 +8,13 @@ A custom dark theme based on Learn2
## SCSS Watching ## SCSS Watching
To compile scss into css, install the package `ruby-sass` To compile scss into css, install the package `ruby-sass`
```sh
scss --watch scss:css-compiled
```
For one-time executions:
```sh
scss --update scss:css-compiled
```