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
basically we have a regex of straight css, non less and if we match that then we don't parse it. without the semi-colon we are forced to parse properly. with it, we don't bother parsing it so we don't transform it to a hex colour
produces:
But, add a semi-colon, and:
produces:
Not the worst bug, but could indicate some underlying weirdness in parsing behavior.
The text was updated successfully, but these errors were encountered: