While transpiling code from sass to css in the Mismatch Finder project, the compiler emits the following warning:
: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(1em, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
658 │ $wikit-BouncingDots-margin-left: 1em/4; // not sure the operation is going to work
│ ^^^^^
╵
node_modules/@wmde/wikit-tokens/dist/_variables.scss 658:34 @import
resources/sass/app.scss 5:9 root stylesheetWe believe this is caused by the division symbol included within the BouncingDots token file.