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
This isn't a problem for the appearance of the page, but it would be nice to generate valid CSS, so that automated tools that look for invalid CSS aren't raising errors.
I see the box-shadow mixin does issue a warning when there are multiple box shadows and one of them is "none". Could it also have some logic to just output a single "none" when all the shadow values are "none"?