-
We recently relaunched our home page with Lit and are using the One thing I was thinking that would help with it is name spacing the css in the components, for instance, this:
would become this:
I don't want to do the manually for each component so my question was.. is anyone aware of any tools out there that I could integrate into my build process to namespace the styles for a particular component? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
ShadyCSS was actually working correctly, but we didn't have the |
Beta Was this translation helpful? Give feedback.
ShadyCSS was actually working correctly, but we didn't have the
polyfill-support.js
library loaded. We added thepolyfill-support.js
library and now all of the css is being scoped properly.