/shoulders

My personal starting point for new builds.

Primary LanguageRuby

Requirements

Shoulders is a Compass extension, so make sure you have Sass and Compass Installed in order to use it.

Installation

gem install shoulders

If creating a new project

compass create <my_project> -r shoulders --using shoulders --force

If adding to existing project, in config.rb

require "shoulders"

Import the toolkit partial at the top of your working file

@import "shoulders";