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
Libsass's unit math fails badly when working with numbers that have multiple numerator and denominator units. As a simple example, (1px * 1rad / 1ms) / 1rad should cancel out the two rad units and produce 1px/ms. However, in Libsass it currently produces 0.02646, without any units.