octoshrimpy / bulma-o-steps

In-depth Steps component for Bulma.io
https://octoshrimpy.github.io/bulma-o-steps
GNU General Public License v3.0
84 stars 35 forks source link

Change remaining / to math.div #53

Closed pedantic-git closed 1 year ago

pedantic-git commented 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.

Let me know if you have any questions!