Open
Description
Theme version and system environment
- Minimal Mistakes version: 4.26.2
- Ruby gem or remote theme version: 3.3.5
- Jekyll version: 4.3.4
- Git repository URL: https://github.com/f18m/f18m.github.io
- URL to the page with the problem:
- Operating system:
- Browser version:
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