These won't happen with the current version of Sass eleventy-notes is on, but if you bump a few minor versions @import is deprecated as of v1.80.0: https://sass-lang.com/blog/import-is-deprecated/. You'll get these warnings until you resolve it.
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 "./3-global/kbd";
│ ^^^^^^^^^^^^^^^^
╵
css/app.scss 3:9 @import
css/app.tomato.scss 91:9 root stylesheet
These won't happen with the current version of Sass eleventy-notes is on, but if you bump a few minor versions
@import
is deprecated as of v1.80.0: https://sass-lang.com/blog/import-is-deprecated/. You'll get these warnings until you resolve it.