BrockCSC / brockcsc.github.io

:mortar_board: Website of Brock University's Computer Science Club
https://brockcsc.ca
4 stars 6 forks source link

Refactor sass `/` operator to `math.div` #102

Closed gideonoludeyi closed 1 year ago

gideonoludeyi commented 1 year ago

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 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.

Any other info needed for testing?

NO