RubyGems.org

When using Sprockets 2.0 with Sass you will eventually run into a pretty big issue. `//= require` directives will not allow Sass mixins, variables, etc. to be shared between files. So you'll try to use `@import`, and that'll also blow up in your face. `sprockets-sass` fixes all of this by creating a Sass::Importer that is Sprockets aware.

installgem install sprockets-sass -v 0.9.0
Authors

Pete Browne

97,354 total downloads 8,342 for this version
Owners

Ad96387ea291a4e51e311981a72c8282

Gemfile
gem "sprockets-sass", "~> 0.9.0"
Versions
  1. 1.0.1 May 6, 2013
  2. 1.0.0 April 20, 2013
  3. 0.9.1 September 26, 2012
  4. 0.9.0 June 24, 2012
  5. 0.8.0 April 19, 2012
Show all versions (20 total)