sass / sassc-ruby

Use libsass with Ruby!
MIT License
366 stars 156 forks source link

Replace libsass with sassc-embedded #233

Closed ntkme closed 2 years ago

ntkme commented 2 years ago

This PR removes the deprecated libsass and replace it with sassc-embedded, providing latest sass features and fast gem installation.

This should essentially be a drop in alternative to current sassc-ruby.


Installation

Add these lines to your application's Gemfile:

gem 'sassc', github: 'sass/sassc-ruby', ref: 'refs/pull/233/head'
gem 'sassc-embedded'

And then execute:

bundle
ntkme commented 2 years ago

This PR is created to persist the refs/pull/233/head ref in sass/sassc-ruby repository regardless of status of my fork.

Given that sassc is deprecated, this should not be merged, however, users can choose to install this PR if they wish.