Replies: 1 comment 1 reply
-
I might be misunderstanding you... but Tailwind generates a CSS file when you run your build process, so presumably you could call that process from your tool? |
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.
-
Is there a way to quickly generate and export a flat css file from tailwind classes? I built a little design mock up tool using tailwind classes, and it would be nice if a user could click a button and download a plain css file of the output. Maybe there is a CLI tool I can call from node to generate the css?
Beta Was this translation helpful? Give feedback.
All reactions