runtime compilation? #10752
bcardarella
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
|
You could run PostCSS (and by extension, Tailwind) programmatically at runtime to generate the CSS. |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Is there somewhere in the code you could point to on how to encapsulate everything that needs to be sent to postcss? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We are generating stylesheets at runtime. It would be great if we had a way to just pass the list of classes & config and get the resulting stylesheet string without having to write templates to disk and use the CLI
Beta Was this translation helpful? Give feedback.
All reactions