Sass / operator for division is deprecated.
Used the automatic migration tool to replace all occurrences of the / operator for division to math.div.
As a result, this also removes the pesky deprecation warnings during development.
Screenshots ๐ผ
No UI changes
Any new npm dependencies?
NO
Testing ๐งช
Changes from the latest PR are deployed to https://brockcsc-pr.web.app once the checks are complete. Can use this for testing.
Changes ๐
What does this PR do?
Sass
/
operator for division is deprecated. Used the automatic migration tool to replace all occurrences of the/
operator for division tomath.div
. As a result, this also removes the pesky deprecation warnings during development.Screenshots ๐ผ
No UI changes
Any new npm dependencies?
NO
Testing ๐งช
Changes from the latest PR are deployed to https://brockcsc-pr.web.app once the checks are complete. Can use this for testing.
Any other info needed for testing?
NO