Skip to content

Instantly share code, notes, and snippets.

@basicxman
Created September 25, 2011 03:02
Show Gist options
  • Select an option

  • Save basicxman/1240173 to your computer and use it in GitHub Desktop.

Select an option

Save basicxman/1240173 to your computer and use it in GitHub Desktop.

dj

dj is a collection of commonly used Sass mixins with some components taken from Bootstrap from Twitter.

Usage

dj uses the Scss syntax of Sass, the stylesheet is available in vendor/assets/stylesheets. When using Rails, the mixins will automatically become available with your Scss templates.

gem install dj

Add it to your Gemfile...

gem "dj", :git => "file:///Users/andrew/Dropbox/Development/dj"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment