class Sprockets::SassCompressor

Public: Sass CSS minifier.

To accept the default options

environment.register_bundle_processor 'text/css',
  Sprockets::SassCompressor

Or to pass options to the Sass::Engine class.

environment.register_bundle_processor 'text/css',
  Sprockets::SassCompressor.new({ ... })