thinkific / sassc-ruby

Use libsass with Ruby!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Use libsass with Ruby!

License:MIT License


Languages

Language:Ruby 100.0%