How to Import CSS as Inline Styles (or URLs) #75433
Unanswered
sgarfinkel
asked this question in
Help
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'd like to import CSS styles as inline style tags or as URLs to the emitted asset so I can render components into a shadow root. As far as I can tell, my only options are to do a bare
import "./foo.css"
, or a CSS modules import. Neither support the pattern I am looking for here.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions