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
Even if styles are not in a component, they're moved to <head>. Tests:
<head>
<style>
Removing toolkit.js from these tests makes things behavior as expected.
toolkit.js
Tested in Canary with "Experimental WebKit features enabled"
The text was updated successfully, but these errors were encountered:
Should be addressed by toolkitchen@f0862e2
Sorry, something went wrong.
Actual commit: toolkitchen/CustomElements@632ef0f
No branches or pull requests
Even if styles are not in a component, they're moved to
<head>
.Tests:
<style>
's parentElement. It should be the div.<head>
as the new parent for all the styles.Removing
toolkit.js
from these tests makes things behavior as expected.Tested in Canary with "Experimental WebKit features enabled"
The text was updated successfully, but these errors were encountered: