class Middleman::Extensions::MinifyCss::SassCompressor
def self.compress(style, options={})
def self.compress(style, options={}) options = options.merge(COMPRESSED_OPTIONS) ::SassC::Engine.new(style, options).render.strip end
def self.compress(style, options={}) options = options.merge(COMPRESSED_OPTIONS) ::SassC::Engine.new(style, options).render.strip end