Sha256: 163a063b0c6d01afb2dd4e1573b2b5d84e14311fb5d0e5b96f566a94271dcee8

Contents?: true

Size: 1.73 KB

Versions: 13

Compression:

Stored size: 1.73 KB

Contents

# SassC [![Build Status](https://travis-ci.org/sass/sassc-ruby.svg?branch=master)](https://travis-ci.org/sass/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 ease of use of the original [Ruby Sass](https://github.com/sass/ruby-sass) library.

### libsass Version

[3.5.2](https://github.com/sass/libsass/releases/tag/3.5.2)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'sassc'
```

And then execute:

```bash
bundle
```

Or install it yourself as:

```bash
gem install sassc
```

## Usage

This library utilizes `libsass` to allow you to compile SCSS or SASS syntax
to CSS.  To compile, use a `SassC::Engine`, e.g.:

```ruby
SassC::Engine.new(sass, style: :compressed).render
```

**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.

## Credits

This gem is maintained by [Ryan Boland](https://ryanboland.com)
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).

## Changelog

See [CHANGELOG.md](CHANGELOG.md).

## 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/sass/sassc-ruby/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

13 entries across 13 versions & 3 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/sassc-2.0.0/README.md
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.9.0 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.8.3 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.8.2 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.8.1 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.8.0 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.7.1 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
zuora_connect_ui-0.7.0 vendor/ruby/2.6.0/gems/sassc-2.0.1/README.md
sassc-2.0.1 README.md
sassc-2.0.0 README.md