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
As the title says, we are having that warning on owr StencilJs project, which wasn't complaining untill we updated StencilJS, from version 1 to version 4. Any plans on updating? Thanks in advance.
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($animation-time, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
48 │ animation-delay: -($animation-time / 4);
│ ^^^^^^^^^^^^^^^^^^^
╵
stdin 48:26 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($animation-time, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
54 │ animation-delay: -($animation-time / 4) * 2;
│ ^^^^^^^^^^^^^^^^^^^
╵
stdin 54:26 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($animation-time, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
60 │ animation-delay: -($animation-time / 4) * 3;
│ ^^^^^^^^^^^^^^^^^^^
╵
stdin 60:26 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($transition, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
119 │ transition: opacity $transition / 2;
│ ^^^^^^^^^^^^^^^
╵
node_modules/js-datepicker/src/datepicker.scss 119:25 @import
stdin 3:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($width, 10)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
144 │ height: $width / 10;
│ ^^^^^^^^^^^
╵
node_modules/js-datepicker/src/datepicker.scss 144:11 @import
stdin 3:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($width, 10)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
145 │ width: $width / 10;
│ ^^^^^^^^^^^
╵
node_modules/js-datepicker/src/datepicker.scss 145:10 @import
stdin 3:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($width, 40)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
165 │ border: ($width / 40) solid transparent;
│ ^^^^^^^^^^^
╵
node_modules/js-datepicker/src/datepicker.scss 165:14 @import
stdin 3:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($width, 10)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
222 │ height: $width / 10;
│ ^^^^^^^^^^^
╵
node_modules/js-datepicker/src/datepicker.scss 222:11 @import
stdin 3:9 root stylesheet
The text was updated successfully, but these errors were encountered:
Hello, happy new year.
As the title says, we are having that warning on owr StencilJs project, which wasn't complaining untill we updated StencilJS, from version 1 to version 4. Any plans on updating? Thanks in advance.
The text was updated successfully, but these errors were encountered: