Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. #145

Open
bsastregx opened this issue Jan 2, 2024 · 0 comments

Comments

@bsastregx
Copy link

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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant