cgimber / boilerplate

html5/css/js starter pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boilerplate

html/css/js starter pack

Getting Started 📝

Install sass with the following command:

sudo gem install sass

Then cd into the site directory and run the following command:

sass --watch css/main.scss:css/main.css

As long as you keep this terminal window open, sass will keep main.css up-to-date in the background

Make your changes to main.scss :)

About

html5/css/js starter pack


Languages

Language:CSS 59.8%Language:HTML 37.1%Language:JavaScript 3.1%