-
Notifications
You must be signed in to change notification settings - Fork 200
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 @import rules are deprecated and will be removed in Dart Sass 3.0.0 #55
Comments
Hi @Weishaupt, Recently whiteglass v1.11.6 tried to replace The latest sass-embedded is 1.80.5, so I think we can pin sass-embedded to < 3 in 1.11.x releases for Jekyll < 4, and make 1.12.x releases with newer syntaxes for Jekyll >= 4. |
Hey @yous, this sounds like a good idea. Would you create a new branch for 1.12 then to be able to maintain releases for both branches, or just be done with 1.11? |
I'm thinking about this:
When Dart Sass 3.0.0 is released, master will bump to 2.0, and I'll make 1.x branch for Jekyll < 4. |
jekyll-sass-converter recently added feature that can specify You can specify sass:
silence_deprecations: [import, global-builtin] |
Hey @yous,
I've just upgraded my bundle to all latest versions. Now I see some deprecation warnings w.r.t. whiteglass.
The first warning is related to the description on how to customize whiteglass
The other warnings are from
whiteglass.scss
Two further deprecation warnings are related to
adjust-color()
The text was updated successfully, but these errors were encountered: