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