CosmoQuestX / CSB7.0

An open source implementation of CosmoQuest's Citizen Science Builder software.
Apache License 2.0
27 stars 15 forks source link

128-sass-deprecation-warnings #140

Closed KeeperOfMaps closed 2 years ago

KeeperOfMaps commented 2 years ago

Description

* Wrapped calculations using ` / ` in `calc()` * Also fixed a units incompatibility ("1.5 and 1rem are incompatible"): replaced the 1rem with 16px (_variables.sass:446) NB: I had to do the work on my previous PR because the underlying fork was inadvertently deleted so it cancelled the pull request. I addressed *all* instances of `/` being used for division that were outside a `calc()`. ** Fixed issue(s) ** Issue #128 ** (optional) Notable changes **