Skip to content

Fix deprecation warnings in SCSS

Kez requested to merge fix-sass-deprecations into main

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.

Merge request reports