We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3664278 commit f2e2e52Copy full SHA for f2e2e52
lib/sass/rails/importer.rb
@@ -61,7 +61,7 @@ def glob_imports(glob, base_pathname, options)
61
contents << "@import #{Pathname.new(filename).relative_path_from(base_pathname.dirname).to_s.inspect};\n"
62
end
63
return nil if contents.empty?
64
- Sass::Engine.new(contents, options.merge(
+ SassC::Engine.new(contents, options.merge(
65
:filename => base_pathname.to_s,
66
:importer => self,
67
:syntax => :scss
0 commit comments