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
- property names can't contain whitespace
- there can be whitespace before the colon
- comments can appear before property names
- property values can contain newlines
- !important must be at end of value
This doesn't cover everything, because, for example, there could be
comments mixed into the property value, and we don't look for them. But
it's probably not necessary either.
Along with the above, capture all the internal whitespace for fidelity
between input and output. We are replacing values, not reformatting the
CSS.
0 commit comments