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:
<div> <p> <span>styled</span> </p> </div> <style> p span { color: red; } </style>
The <p> element is not given the svelte-xyz attribute (but the <div> is, unnecessarily).
<p>
svelte-xyz
<div>
The text was updated successfully, but these errors were encountered:
apply encapsulating attributes to correct elements and selector parts (…
c135d0c
…#767)
Merge pull request #770 from sveltejs/gh-767
9ef7dbc
apply encapsulating attributes to correct elements and selector parts
Successfully merging a pull request may close this issue.
REPL:
The
<p>
element is not given thesvelte-xyz
attribute (but the<div>
is, unnecessarily).The text was updated successfully, but these errors were encountered: