Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 708 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 708 Bytes

SassC Build Status Gem Version

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.

libsass Version

3.3.2

Usage

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