Skip to content

Commit

Permalink
Add compiling scss in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrahadi committed Jan 14, 2024
1 parent fc581c8 commit 86e5818
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# systemshacks-vanilla-starter-template
Easily bootstrap hackathon website

# Compiling SCSS
To compile all the scss files in src folder into compressed single main.css file in build folder, do this:

`sass --no-source-map --style=compressed --watch src/styles/main.scss:build/main.css`

Note: make sure this command is run on the root folder directory - systemshacks-vanilla-starter-template

0 comments on commit 86e5818

Please sign in to comment.