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

Ruby Sass is deprecated #175

Open
weppos opened this issue Oct 8, 2018 · 4 comments · May be fixed by #605
Open

Ruby Sass is deprecated #175

weppos opened this issue Oct 8, 2018 · 4 comments · May be fixed by #605
Labels
site-generator Static site generator bugs or changes.

Comments

@weppos
Copy link
Member

weppos commented Oct 8, 2018

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
@dnsimple dnsimple deleted a comment from Justin198989 Apr 23, 2020
@dnsimple dnsimple deleted a comment from Justin198989 Apr 23, 2020
@dnsimple dnsimple deleted a comment from Justin198989 Apr 23, 2020
@weppos
Copy link
Member Author

weppos commented Sep 6, 2022

From this thread: nanoc/nanoc#1545 (comment)

Ruby Sass indeed needs to be replaced in Nanoc, but I haven’t made much progress with it yet. sassc (and the associated libsass) are also deprecated, and are therefore not a good choice.

We could look into sassc https://gist.github.com/jarrodldavis/72d450c636ffed67a0a8a3c31d261387

@denisdefreyne
Copy link

@weppos

We could look into sassc

The sassc gem isn’t a great choice either, as it too is deprecated (because it uses the deprecated libsass).

@denisdefreyne
Copy link

FYI: I’m working on a :dart_sass filter: nanoc/nanoc#1627

@weppos weppos added the site-generator Static site generator bugs or changes. label Sep 28, 2023
@sbastn
Copy link
Member

sbastn commented May 9, 2024

Thank you @denisdefreyne. I was able to use the :dart_sass filter in another of our nanoc site. I'm going to apply the same changes here.

@sbastn sbastn linked a pull request May 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-generator Static site generator bugs or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants