Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace libsass with sassc-embedded #233

Closed
wants to merge 1 commit into from
Closed

Replace libsass with sassc-embedded #233

wants to merge 1 commit into from

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented Mar 22, 2022

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
Copy link
Contributor Author

ntkme commented Mar 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant