We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cd935b + 6f0c096 commit 72453bbCopy full SHA for 72453bb
1 file changed
lib/jammit/sass_compressor.rb
@@ -10,7 +10,7 @@ def initialize(options = {})
10
# Compresses +css+ using sass' CSS parser, and returns the
11
# compressed css.
12
def compress(css)
13
- root_node = ::Sass::SCSS::CssParser.new(css).parse
+ root_node = ::Sass::SCSS::CssParser.new(css, 'jammit-combined-input').parse
14
root_node.options = {:style => :compressed}
15
root_node.render.strip
16
end
0 commit comments