startbootstrap-sb-admin-2 icon indicating copy to clipboard operation
startbootstrap-sb-admin-2 copied to clipboard

Using sass to compile throws a "Using / for division is deprecated" error

Open lbodden-mg opened this issue 3 years ago • 0 comments

Compiling using sass files throws the following error: "Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter-width, 2)

More info and automated migrator: https://sass-lang.com/d/slash-div"

Following the documentation in the linked above, I ran the sass-migrator to fix this issue: "sass-migrator division **/*.scss"

lbodden-mg avatar Nov 12 '21 18:11 lbodden-mg