Inserting CSS by using <style> #1063
Unanswered
taylorhouston
asked this question in
Q&A
Replies: 1 comment
-
This sounds more like a bundler/framework configuration issue rather than an issue with Vanilla Extract itself, unless I'm misinterpreting your issue. I don't think Vanilla Extract's bundler integrations have any opinions about absolute/relative URLs when they're used in your rendered HTML. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, we're building an app at our work in which the contents is being inserted into the DOM to another app. As a result, the css links being relative urls break since its on another site.
Is there a way to either make the css documents made from vanilla extract absolute or just put the contents into a style tag?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions