petebrowne / sprockets-sass

Better Sass integration with Sprockets 2.x
MIT License
90 stars 29 forks source link

Impossibility of use custom SASS importers #33

Closed alem0lars closed 9 years ago

alem0lars commented 9 years ago

At the moment the Sprockets::Sass::Importer will take the precedence when deciding which importer should be used. This makes impossible to use other importers or a custom one, making the gem not a good citizen..

The pull-request #32 fixes this issue.