Skip to content

Instantly share code, notes, and snippets.

@alexishida
Last active November 20, 2018 01:53
Show Gist options
  • Select an option

  • Save alexishida/9df4545955771924aec16bb15047262b to your computer and use it in GitHub Desktop.

Select an option

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.
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