-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
I just upgraded my Sass version to 1.33.0, but now I have a lot of deprecated messages whenever I use the ms function within my code base. Since I use it in many different places in my code base, this occurs quite often. Is there any chance you could update your package so that these messages disappear?
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($ms-return, $b)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
35 │ $ms-return: $ms-return / $b;
│ ^^^^^^^^^^^^^^^
╵
node_modules/modularscale-sass/stylesheets/modularscale/_pow.scss 35:19 ms-pow()
node_modules/modularscale-sass/stylesheets/modularscale/_function.scss 15:13 ms-function()
node_modules/modularscale-sass/stylesheets/modularscale/_sugar.scss 6:11 ms()
lib/styles/base/_spacing.scss 10:15 @import
lib/styles/base/index.scss 3:9 @import
components/05-atoms/colors/index.scss 1:9 root stylesheet
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels