how to split application.tailwind.css into multiple files? #449
Unanswered
laptopmutia
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You may want to read the upstream conversations about the design decisions made upstream, for example tailwindlabs/tailwindcss#6612 If you decide you really want to generate multiple files, then I would recommend dropping this gem, and using tailwindcss-ruby to run the commands you want with the input and output files you want. |
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.
-
I'm using rails8 and propshaft
and I want to split the content inside
application.tailwind.css
into multiple timelets say I have 2 files
app/assets/stylesheets/application.tailwind.css
and
app/assets/stylesheets/pagy.css
how to add this pagy.css to application.tailwind.css ?
the
pagy.css
class is like thisand my
application.tailwind.css
I have tried to add
but its not works
Beta Was this translation helpful? Give feedback.
All reactions