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
Describe the bug
.nobg { background: none !important;} .nobg {background: blue; }
shows a blue background in Safari.
To Reproduce https://artur.app.fi/stylesheet-polyfill-bug3.html
Expected behavior The element should have the defined CSS rules set and thus no background.
Screenshots Styles in Chrome
Styles in Safari
Additional context Not only is background replaced with background-image and background-color. It also seems like !important is lost
background
background-image
background-color
!important
The text was updated successfully, but these errors were encountered:
@Artur- can you confirm this is fixed?
Sorry, something went wrong.
Amazingly enough it seems all tests that pass with 2.4.16 pass also with 3.0.4
No branches or pull requests
Describe the bug
shows a blue background in Safari.
To Reproduce
https://artur.app.fi/stylesheet-polyfill-bug3.html
Expected behavior
The element should have the defined CSS rules set and thus no background.
Screenshots
Styles in Chrome
Styles in Safari
Additional context
Not only is
background
replaced withbackground-image
andbackground-color
. It also seems like!important
is lostThe text was updated successfully, but these errors were encountered: