Skip to content

ssss-sfu/systemshacks-vanilla-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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