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
REPL:
<!--<p class='foo'>foo</p>--> <p class='bar'>bar</p> <p class='baz'>baz</p> <style> .foo, .bar, .baz { color: red; } </style>
The .foo gets removed, but not the following comma, so this is the resulting broken CSS:
.foo
,.bar[svelte-680739708],.baz[svelte-680739708]{color:red}
The text was updated successfully, but these errors were encountered:
remove leading selectors safely - fixes #783
71f9940
Merge pull request #786 from sveltejs/gh-783
b43bc83
remove leading selectors safely
Successfully merging a pull request may close this issue.
REPL:
The
.foo
gets removed, but not the following comma, so this is the resulting broken CSS:The text was updated successfully, but these errors were encountered: