Skip to content

Instantly share code, notes, and snippets.

@sj26
Created June 8, 2011 05:59
Show Gist options
  • Save sj26/1013863 to your computer and use it in GitHub Desktop.
Save sj26/1013863 to your computer and use it in GitHub Desktop.
Compass support in Rails 3.1
gem 'sass-rails', :git => 'https://github.com/rails/sass-rails.git'
gem 'compass', :git => 'https://github.com/chriseppstein/compass.git', :branch => 'rails31'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment