Use libsass
with Ruby!
This gem combines the speed of libsass
, the Sass C implementation, with the ease of use of the original Ruby Sass library.
This library utilizes libsass
to allow you to compile SCSS or SASS syntax
to CSS. To compile, use a SassC::Engine
, e.g.:
SassC::Engine.new(sass, style: :compressed).render