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
Let's say we have a custom element : App.svelte
App.svelte
App.svelte imports a normal svelte component : ./components/Message.svelte
./components/Message.svelte
But when you do this, any styles inside Message.svelte will disappear.
Message.svelte
I wrote the solution for this in https://stackoverflow.com/questions/57802087/how-to-create-and-style-svelte-3-custom-elements-with-nested-components/75135788#75135788 with a link to https://www.thisdot.co/blog/web-components-with-svelte
I like to know if there's a non-hackish way of achieving this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's say we have a custom element :
App.svelte
App.svelte
imports a normal svelte component :./components/Message.svelte
But when you do this, any styles inside
Message.svelte
will disappear.I wrote the solution for this in https://stackoverflow.com/questions/57802087/how-to-create-and-style-svelte-3-custom-elements-with-nested-components/75135788#75135788 with a link to https://www.thisdot.co/blog/web-components-with-svelte
I like to know if there's a non-hackish way of achieving this?
The text was updated successfully, but these errors were encountered: