Skip to content

gpmd/sassbase

Repository files navigation

SassBase

A simple Sass base for web projects

Follows a BEM 'style', ITCSS methodology. Assumes you already have Node/NPM, Grunt, Bower and, optionally, Ruby and the scss-lint Ruby Gem 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):

Note: If you want to use the SCSS lint task you will need to have ruby and the scss-lint gem installed.

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.

About

A simple Sass base for web projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published