Is it possible to output inside style tags instead of an external css file? #1553
dungle-scrubs
started this conversation in
General
Replies: 2 comments
-
This depends on which tools you are using. You should probably just create a file and then inject that into your HTML. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@royvanv Thanks, I misunderstood how Tailwind is meant to work when writing that. But for anyone else looking for a similar answer, using webpack with postcss and style-loader, I am able to do this.
|
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.
-
Hi,
Is it possible to output the generated css file into a block of internal css between two style tags in an html file instead of generating an external file?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions