Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.03 KB

SassBase

A simple Sass base for web projects

Follows a BEM 'style', ITCSS methodology. Assumes you already have Node/NPM, Grunt and Bower installed.

Clone the repo

git clone https://github.com/gpmd/sassbase.git sassbase

Install the project dependencies

bower install
npm install

Run the build

Dev mode:

grunt dev

Production mode:

grunt prod

Styles reporting (SCSS lint / CSS stats):

grunt report

How to use in your own projects

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.