Replies: 2 comments 3 replies
-
@appsdevpk Thank you for giving it a try, Realm! 🥳 Unfortunately, the styles within the shadow DOM are isolated, that's default behavior of Shadow DOM. My suggestion is to use CSS variables, just like those available at https://open-props.style For reference, even some developers give up when we're talking about styling in the shadow DOM 🤷🏻. tailwindlabs/tailwindcss#1935 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, i think open-props is a good choice for this purpose. I am doing a little experiment with a router and real framework, will create a repo for it and send you the link soon |
Beta Was this translation helpful? Give feedback.
-
a really great framework, i am enjoying working on it, but there is one thing i cannot wrap my head around, that is, if i want to use a css file in all the components (like bootstrap), should i import it in each and every component?
Beta Was this translation helpful? Give feedback.
All reactions