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.
The text was updated successfully, but these errors were encountered:
Moving from
node-sass
tosass-embedded
, all the divisions had to be converted tocalc()
. There is an opportunity to make the code look nicer by moving some of the math around thesecalc()
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.The text was updated successfully, but these errors were encountered: