Add how-to for scss compilation
This commit is contained in:
parent
a98cd01666
commit
8fb3e06bbe
@ -8,3 +8,13 @@ A custom dark theme based on Learn2
|
||||
|
||||
## SCSS Watching
|
||||
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user