Closed pedantic-git closed 1 year ago
Following the very helpful changes by @mofe23 in #52, there were 4 instances left of a / being used outside of calc(). This PR replaces them with calls to math.div() as recommended in the official documentation.
/
calc()
math.div()
Let me know if you have any questions!
Following the very helpful changes by @mofe23 in #52, there were 4 instances left of a
/
being used outside ofcalc()
. This PR replaces them with calls tomath.div()
as recommended in the official documentation.Let me know if you have any questions!