Skip to content

Commit

Permalink
Merge pull request rails#397 from matschaffer/patch-1
Browse files Browse the repository at this point in the history
Ensure we get the top level Sass
  • Loading branch information
josh committed Dec 7, 2012
2 parents 67acac7 + dccf76b commit 9609888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprockets/sass_compressor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def prepare
end

def evaluate(context, locals, &block)
Sass::Engine.new(data, {
::Sass::Engine.new(data, {
:syntax => :scss,
:cache => false,
:read_cache => false,
Expand Down

0 comments on commit 9609888

Please sign in to comment.