Update scss tooling readme
This commit is contained in:
parent
9f78b7d9ba
commit
77423a813c
1 changed files with 2 additions and 3 deletions
|
|
@ -19,8 +19,7 @@ We're using a customized Bootstrap theme for this site. You'll need to build the
|
|||
|
||||
```
|
||||
nix develop
|
||||
cd scss
|
||||
scss custom.scss > ../html/static/css/bootstrap.css
|
||||
sass --style=compressed --trace "$SASS_SRC_DIR/custom.scss":"$CSS_OUTPUT_DIR/bootstrap.css"
|
||||
```
|
||||
|
||||
## Running
|
||||
|
|
@ -90,5 +89,5 @@ This uses [goose](https://github.com/pressly/goose). You can use the goose comma
|
|||
For iterating on styles
|
||||
|
||||
```
|
||||
watchexec -e *.scss sass --style=compressed scss/custom.scss:html/static/css/bootstrap.css
|
||||
watchexec -e *.scss sass scss/custom.scss:html/static/css/bootstrap.css
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue