An open API service indexing awesome lists of open source software.

https://github.com/ayushn21/dartsass-ruby

The Dart Sass binary wrapped in a Ruby gem
https://github.com/ayushn21/dartsass-ruby

dartsass ruby ruby-gem rubygem sass

Last synced: 9 months ago
JSON representation

The Dart Sass binary wrapped in a Ruby gem

Awesome Lists containing this project

README

          

# Dart Sass Ruby

This gem is a thin wrapper around the [Dart Sass binaries](https://github.com/sass/dart-sass/releases). It enables you to easily compile Sass in Ruby projects. The binaries for macOS, Linux and Windows are included.

The version number of this gem tracks the version number of the Dart Sass binary.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dartsass'
```

And then execute:

$ bundle install

Or install it yourself as:

$ gem install dartsass

## Usage

The Dart Sass binary can be called within your project as:

$ bundle exec dartsass css/index.scss output/css/main.css

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ayushn21/dartsass-ruby.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).