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
The other side of the #678 coin — there's no sense in adding a svelte-123xyz attribute to an element that doesn't have a corresponding style:
svelte-123xyz
<div> <p>this should have the attribute, the parent should not</p> </div> <style> p { color: red; } </style>
The text was updated successfully, but these errors were encountered:
Merge branch 'master' into gh-679
72f39fd
Merge branch 'gh-678' into gh-679
1290759
Merge pull request #680 from sveltejs/gh-679
ef33466
Only apply svelte-123xyz attributes where necessary
No branches or pull requests
The other side of the #678 coin — there's no sense in adding a
svelte-123xyz
attribute to an element that doesn't have a corresponding style:The text was updated successfully, but these errors were encountered: