Skip to content

A starter toolkit based on SMACSS for Sass (SCSS) projects, with optional support for Compass.

Notifications You must be signed in to change notification settings

rachidahitass/scss-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCSS Toolkit 2.0.2

A starter toolkit based on SMACSS for Sass (SCSS) projects, with optional support for Compass.

SCSS Toolkit uses a combination of recommendations from:

Styles are broken down into the following groups: Base, Layout, Module, State

Requirements

  • Ruby, along with the bundler gem.
  • NPM (brew install node)
  • Grunt CLI (npm install -g grunt-cli)

Quick Start

  • Clone the git repo - git clone git://github.com/davidrapson/scss-toolkit.git or download it
  • Run bundle install at the root of the project
  • Run npm install at the root of the project
  • You should be all set.

Build tasks

  • Run grunt watch to watch all .scss files in css/scss for changes.
  • Run grunt build to compile the .scss files on demand
  • Run grunt build:production to compile and minify the .scss files on demand into css/build.

License

Major components:

  • Normalize.css: Public Domain

Everything else:

The Unlicense (aka: public domain)

Thanks & Resources

This toolkit is based on the work of the following fine people & projects.

About

A starter toolkit based on SMACSS for Sass (SCSS) projects, with optional support for Compass.

Resources

Stars

Watchers

Forks

Packages

No packages published