You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Susy is deprecated and will no longer receive updates. This is the grid system that mmistakes uses.
Doing the switch over to modules is relatively painless, but requires a custom github action (otherwise horrible things happen), and I'm happy to produce a PR. Based on comments in other issues, it wouldn't be integrated because of remote-theme users.
Perhaps it's time to fork and have a less-mistakes repo that expects a proper Jekyll and GitHub Action deployment, but keeps up with upstream changes?
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:
Expected behavior
No deprecation warnings
Steps to reproduce the behavior
Other
No response
The text was updated successfully, but these errors were encountered: