class Middleman::Extensions::MinifyCss::SassCompressor
Constants
- COMPRESSED_OPTIONS
Public Class Methods
Source
# File lib/middleman-core/extensions/minify_css.rb, line 28 def self.compress(style, options={}) options = options.merge(COMPRESSED_OPTIONS) ::SassC::Engine.new(style, options).render.strip end