Sha256: 1e17f6c1af8cad39a68675d1749bcf2a7dbbf9ebb0465610f6dd1b589d0c6b5d
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 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.1.0](https://github.com/sass/libsass/releases/tag/3.1.0) ## Contributing ### Project Setup 1. Clone repo 2. Install dependencies - `bundle install` 3. Initialize the libsass submodule - `bundle exec rake submodule` 4. Run the tests - `bundle exec rake test` ### Code Changes 1. Fork it ( https://github.com/[my-github-username]/sassc/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) - try to include tests 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sassc-0.0.10 | README.md |
sassc-0.0.9 | README.md |
sassc-0.0.8 | README.md |
sassc-0.0.7 | README.md |