Closed t11r closed 3 years ago
When running npm build
I get some deprecation warnings regarding sass, such as
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($grid, 8)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
10 │ padding: ($grid / 8);
│ ^^^^^^^^^
╵
src/styles/common/badge.scss 10:12 @import
common/* 1:9 @import
src/styles/main.scss 7:9 root stylesheet
WARNING: 73 repetitive deprecation warnings omitted.
These should be eliminated if possible
After rebasing to main
the deprecations are gone.
Sass Loader v12 does not work with Vue yet, so we stick to v10.