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

Use a different Sass implementation (Ruby Sass is end-of-life) #42

Open
noahbrenner opened this issue Apr 28, 2019 · 0 comments
Open

Use a different Sass implementation (Ruby Sass is end-of-life) #42

noahbrenner opened this issue Apr 28, 2019 · 0 comments

Comments

@noahbrenner
Copy link
Collaborator

When running $ docker-compose up --build (or $ docker-compose run frontend rake d:setup, where I first saw it), the following message is included in the output:

Post-install message from sass:

Ruby Sass has reached end-of-life and should no longer be used.

* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  primary implementation: https://sass-lang.com/install

* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  sassc gem: https://github.com/sass/sassc-ruby#readme

* For more details, please refer to the Sass blog:
  https://sass-lang.com/blog/posts/7828841

TL;DR: We should probably switch to using the sassc gem: https://github.com/sass/sassc-ruby

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

No branches or pull requests

2 participants