We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.a { background: none; background-size: 1; b: c; } .b { background: some; background-size: 1; b: c; }
becomes
.a,.b { background-size: 1; b: c } .a { background: 0 0 } .b { background: some }
The problem is background-size is wiped out by the shorthand background that comes after it
background-size
background
The text was updated successfully, but these errors were encountered:
No branches or pull requests
becomes
The problem is
background-size
is wiped out by the shorthandbackground
that comes after itThe text was updated successfully, but these errors were encountered: