Skip to content
New issue

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

Fix defaults optimization when vendor prefixes are involved #6369

Merged
merged 2 commits into from
Dec 10, 2021

Conversation

thecrypticace
Copy link
Contributor

Fixes #6360

If selector contains a vendor prefix after a pseudo element or class, we now consider them separately because merging the declarations into a single rule will cause browsers that do not understand the vendor prefix to throw out the whole rule.

@thecrypticace thecrypticace force-pushed the fix/vendor-prefix-defaults-interaction branch from 9638692 to 5ecbb45 Compare December 10, 2021 15:43
@thecrypticace thecrypticace merged commit 429fe07 into master Dec 10, 2021
@thecrypticace thecrypticace deleted the fix/vendor-prefix-defaults-interaction branch December 10, 2021 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vendor prefix can break the generated css
1 participant