There's still no good way of publishing an npm package with multiple components, stylesheets per component, and transitive consumers using only the stylesheets for the components they reference while rendering fully server side. CSS is still not scalable.
spankalee|3 years ago
You can import CSS directly into JavaScript modules:
https://web.dev/css-module-scripts/Live example: https://lit.dev/playground/#gist=f0bdd3b5db5e4a404297e695305...
jacobr|3 years ago