Fix deprecation warnings in SCSS
using the /
operator for division will be deprecated in dart sass 2.0, and the flood of deprecation warnings during each build was annoying.
rebuilding the CSS with these changes only changes the map files, the generated CSS is exactly the same.