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 sassbasebower install
npm installDev mode:
grunt devProduction mode:
grunt prodStyles reporting (SCSS lint / CSS stats):
grunt reportJust 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.