Skip to content

Commit

Permalink
Update documentation about gulp task changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold authored Mar 9, 2022
1 parent 4e78fe7 commit 7a27276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ For advanced CSS and Sass users, Foundation S uses ZURB Foundation Site's toolki
Run these commands within the theme's root directory.

* **npm start**: While this task runs, it watches for changes to sass files and recompiles the CSS.
* **gulp sass**: This is the one-off task for compiling the current Sass/CSS.
* **gulp css**: This is the one-off task for compiling the current Sass/CSS.
* * **gulp css:watch**: This task watches for changes in the Sass, then compiles the CSS.

### Sass File Structure

Expand Down

0 comments on commit 7a27276

Please sign in to comment.