Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. #5026

Open
f18m opened this issue Nov 8, 2024 · 0 comments

Comments

@f18m
Copy link

f18m commented Nov 8, 2024

Theme version and system environment

What happened?

I'm using the "dark" skin and when I launch Jekyll to serve the website I see these:

Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
3 │ @import "minimal-mistakes/skins/dark"; // skin
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
    /home/fmontorsi/Documents/f18m.github.io/assets/css/main.scss 3:9  root stylesheet
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
4 │ @import "minimal-mistakes"; // main partials
  │         ^^^^^^^^^^^^^^^^^^
  ╵

Expected behavior

No deprecation warnings

Steps to reproduce the behavior

  • install minimal mistakes theme
  • enable the 'dark' skin
  • run 'bundle exec jekyll serve'

Other

No response

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants