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
Moving from node-sass to sass-embedded, all the divisions had to be converted to calc(). There is an opportunity to make the code look nicer by moving some of the math around these calc() calls inside it. However, these changes should be mindful of the units of the variables since mixed %, px, and *em will need to be calculated at runtime.