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
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Input:
background: #fff url('some/image.png') no-repeat 50% 30px / 90px 120px;
Output:
background: #fff url('some/image.png') no-repeat 50% .33333333px 120px;
Expected result:
Forward slash in background shorthand should not be treated as division operator, or should be escapable.
For now I'm just avoiding the
background-position / background-size
shorthand, but this issue does break the CSS spec.The text was updated successfully, but these errors were encountered: