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

Sass deprecation message on install #18

Open
clgroft opened this issue Mar 31, 2019 · 2 comments
Open

Sass deprecation message on install #18

clgroft opened this issue Mar 31, 2019 · 2 comments

Comments

@clgroft
Copy link

clgroft commented Mar 31, 2019

Running bundle install on a fresh repo, I saw the following:

Post-install message from sass:

Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.

* 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:
  http://sass.logdown.com/posts/7081811

Looking at rails/sass-rails#420, it seems that version 6.0 of the sass-rails gem will be a wrapper for sassc-rails. We could wait for the new version or switch to sassc-rails now. I don't have enough context yet to know which makes more sense.

@clgroft
Copy link
Author

clgroft commented Mar 31, 2019

Alternately, since there aren't any SCSS files in the project, we might not even need sass-rails.

@sdspikes
Copy link
Owner

yeah, this is what I get for doing rails new and not bothering to configure it much -- lots of stuff we don't need. Probably safe to remove.

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

No branches or pull requests

2 participants