Project

dartsass

0.05
No release in over a year
RubyGem wrapper for the Dart Sass binary
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Dart Sass Ruby

This gem is a thin wrapper around the Dart Sass binaries. 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:

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.