Closed alecgibson closed 3 years ago
The node-sass library is deprecated, so this change moves us to Dart Sass (sass).
node-sass
sass
However, sass itself has deprecated using / for division, so we also remove usage of that.
/
The
node-sass
library is deprecated, so this change moves us to Dart Sass (sass
).However,
sass
itself has deprecated using/
for division, so we also remove usage of that.