Skip to content

silverstripe-europe-meetup/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 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.

About

A simple Sass base for web projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.6%
  • JavaScript 3.8%
  • Shell 0.6%