A simple Sass base for web projects
Follows a BEM 'style', ITCSS methodology. Assumes you already have Node/NPM, Grunt and Bower installed.
git clone https://github.com/gpmd/sassbase.git sassbase
bower install
npm install
Dev mode:
grunt dev
Production mode:
grunt prod
Styles reporting (SCSS lint / CSS stats):
grunt report
Just copy the src/styles
directory into your own project and 'hook' it up to your own Grunt/Gulp/Broccoli/Whatever workflow. Alternatively you could use the Grunt workflow here as a starting point, or checkout another of our projects, a simple grunt workflow starting point, Gruntbase.
Created by Matt Bailey.