In `sizes-lh` if the `$font-size-degree` parameter is equal to `$scale-factor` sass encounters a division by zero in the following line: https://github.com/devjam/harmonic-modular-scale/blob/e0ba8a702e173a06956e9d984fb4c2ae0e704d22/scss/_index.scss#L79 We should check for this scenario and return with an error.
In
sizes-lhif the$font-size-degreeparameter is equal to$scale-factorsass encounters a division by zero in the following line:https://github.com/devjam/harmonic-modular-scale/blob/e0ba8a702e173a06956e9d984fb4c2ae0e704d22/scss/_index.scss#L79
We should check for this scenario and return with an error.