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
CSS3 allows to use property:calc(100% - 5px) for instance,
but the spaces are mandatory or it would raise an evaluation error.
Unfortunately, YUICompressor removes them.
The text was updated successfully, but these errors were encountered:
CSS3 allows to use property:calc(100% - 5px) for instance,
but the spaces are mandatory or it would raise an evaluation error.
Unfortunately, YUICompressor removes them.
The text was updated successfully, but these errors were encountered: