startbootstrap-sb-admin-2
startbootstrap-sb-admin-2 copied to clipboard
Using sass to compile throws a "Using / for division is deprecated" error
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"