Add note to README on compiling SCSS
This commit is contained in:
parent
360d1243ea
commit
5a5d7530e2
1 changed files with 5 additions and 0 deletions
|
@ -38,3 +38,8 @@ ddev drush sql-sync @live @self
|
|||
ddev drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%files
|
||||
```
|
||||
|
||||
## Compile CSS
|
||||
|
||||
```shell
|
||||
ddev npm run sass-dev
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue