Skip to content

Conversation

johnkenny54
Copy link
Contributor

@johnkenny54 johnkenny54 commented Aug 11, 2024

The inlineStyles plugin will move styles inline even if they are used in media queries, which causes the media queries to not work.

This PR changes the default behavior of the plugin so that it will not inline any styles if there are at-rules present in the CSS.

There is logic in the plugin to skip over some media queries. I can't think of a use case for this, but there are 2 test cases that rely on it, so I preserved this behavior. Since the default is now to not inline the styles if at-rules are present, I added a new configuration parameter ("disableIfAtRulesPresent"), and changed these 2 test cases to override the default setting of this parameter.

Resolves #1834, resolves #1726, resolves #1359.

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.

@media css class inline error symbol are removed even when they're used in styles inlineStyles plugin breaks svg
1 participant