Sha256: 11dc9e9ad75f01131ca82b0715d9278471567dcfba54245dd07b55a6f533535c
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
# SassC [![Build Status](https://travis-ci.org/bolandrm/sassc-ruby.svg?branch=master)](https://travis-ci.org/bolandrm/sassc-ruby) [![Gem Version](https://badge.fury.io/rb/sassc.svg)](http://badge.fury.io/rb/sassc) Use `libsass` with Ruby! This gem combines the speed of `libsass`, the [Sass C implementation](https://github.com/sass/libsass), with the easy of use of the original [Ruby Sass](https://github.com/sass/sass) library. ### libsass Version [3.2.5](https://github.com/sass/libsass/releases/tag/3.2.5) ## Usage This library utilizes `libsass` to allow you to compile SCSS or SASS syntax to CSS. To compile, use a `SassC::Engine`. **Note**: If you want to use this library with Rails/Sprockets, check out [sassc-rails](https://github.com/bolandrm/sassc-rails). Additionally, you can use `SassC::Sass2Scss` to convert Sass syntax to Scss syntax. ## Changelog - **1.5.0** - Add support for inline source maps - Fix compilation bug (issue #12[](https://github.com/bolandrm/sassc-ruby/issues/12)) - **1.4.0** - Add support for line number comments - **1.3.0** - Support Sass color custom function arguments - Adds error handling for exceptions in custom functions - Custom functions may have optional/default arguments ## Contributing ### Project Setup 1. Clone repo 1. Install dependencies - `bundle install` 1. Run the tests - `bundle exec rake test` ### Code Changes 1. Fork it ( https://github.com/[my-github-username]/sassc/fork ) 1. Create your feature branch (`git checkout -b my-new-feature`) 1. Commit your changes (`git commit -am 'Add some feature'`) - try to include tests 1. Push to the branch (`git push origin my-new-feature`) 1. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sassc-1.5.1 | README.md |