Replies: 1 comment 1 reply
-
This gem (and now the gem Perhaps this question might be better asked upstream on the tailwindcss project? |
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
-
Let's say I have a bunch of html files stored in the database.
Each one is using tailwind classes.
How do I compile the tailwind css stylesheet for each file and then store this in an associated table whenever the files change?
Use case: each file is a template, and templates can be put together to build different pages, so there is no way to build 1 tailwind css style sheet that works for the entire app. Each page needs a different tailwind css stylesheet, and this needs to be built off the stylesheet of the individual templates for that page.
Beta Was this translation helpful? Give feedback.
All reactions