Skip to content

Commit f2e2e52

Browse files
committed
One more SassC override
1 parent 3664278 commit f2e2e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sass/rails/importer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def glob_imports(glob, base_pathname, options)
6161
contents << "@import #{Pathname.new(filename).relative_path_from(base_pathname.dirname).to_s.inspect};\n"
6262
end
6363
return nil if contents.empty?
64-
Sass::Engine.new(contents, options.merge(
64+
SassC::Engine.new(contents, options.merge(
6565
:filename => base_pathname.to_s,
6666
:importer => self,
6767
:syntax => :scss

0 commit comments

Comments
 (0)