You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the theme spacing functions, use the Math.floor or Math.ceil to round all floating point numbers to integers, so that the spacing cannot be used incorrectly with non-integers.
The text was updated successfully, but these errors were encountered:
In the theme spacing functions, use the
Math.floor
orMath.ceil
to round all floating point numbers to integers, so that the spacing cannot be used incorrectly with non-integers.The text was updated successfully, but these errors were encountered: