Last active
November 20, 2018 01:53
-
-
Save alexishida/9df4545955771924aec16bb15047262b to your computer and use it in GitHub Desktop.
Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| # Remove form GEMFILE | |
| gem 'sass-rails', '~> 5.0' | |
| # Replace in GEMFILE | |
| gem 'sassc-rails' | |
| gem uninstall sass-rails | |
| bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment