Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
The reason is that Sass currently treats / as a division operation in some contexts and a separator in others.
his makes it difficult for Sass users to tell what any given / will mean, and makes it hard to work with new CSS features that use / as a separator.
This makes modules used for sass rollup (node-sass 8.0.0, node-sass-json-importer 4.3.0) using the old syntax
incompatible with the modules used to test sass under vite (sass: 1.71.1, sass-math 1.0.0") only accepts the new syntax.
This raises risks for rollup after the modules evolution to Dart Sass 2.0.0.