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
It looks like space-around-operator's exception handling is missing some cases where negative numbers don't necessarily have a dimension or percentage. For instance, the following should be valid CSS:
.foo {
z-index: -1;
}
Unfortunately, it looks like the space-around-operator rule expects that - to have a space before it. Putting a space before it actually breaks the AST, though.