algolia / jekyll-algolia

Add fast and relevant search to your Jekyll site
https://community.algolia.com/jekyll-algolia/
MIT License
214 stars 35 forks source link

Updating Sass #100

Closed pixelastic closed 5 years ago

pixelastic commented 5 years ago

I want to report a bug:

Ruby Sass is going to be deprecated

What is the current behavior?

Running bundle install displays this warning:

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

What is your expected behavior?

Update to sassc

pixelastic commented 5 years ago

Turns out there is nothing I could really do from the jekyll-algolia POV. The issue is coming from jekyll itself. This PR should fix it, I'll wait until it is merged.