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
The division migrator errs on the side of overcorrecting /-separated values to math.div, since math.div still supports concatenation for non-numerical values.
Since these values most commonly occur inside grid and similar properties, we may want to consider special-casing them in the migrator to leave them alone.