Versions
Describe the bug
Hi,
I am importing the SCSS version of the styles so that I can override the variables.
When running serve in production mode, I get this warning:
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($vt-toast-max-width, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
54 │ margin-left: -($vt-toast-max-width / 2);
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\vue-toastification\src\scss\_toastContainer.scss 54:22 @import
stdin 5:9 root stylesheet
Steps to reproduce
Reproduction
Option 1:
- Clone and install my repo: https://github.com/meirroth/vue-toastification-br
- Run
npm run serve:prod
Option 2:
- Install normally
- Import the SCSS version of the styles
- Run build or serve in production mode