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
- Host: GitHub
- URL: https://github.com/ayushn21/dartsass-ruby
- Owner: ayushn21
- License: mit
- Created: 2022-02-21T13:14:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T16:53:23.000Z (over 4 years ago)
- Last Synced: 2024-04-26T18:46:28.651Z (about 2 years ago)
- Topics: dartsass, ruby, ruby-gem, rubygem, sass
- Language: Ruby
- Homepage:
- Size: 8.94 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-DEPENDENCIES.md
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).