How generate all tailwindcss classes #8147
Unanswered
jairoblatt
asked this question in
Help
Replies: 1 comment 4 replies
-
You should be able to use a regex in a safelist to handle this. If you set the regex pattern to something like |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello everyone, I need to generate all tailwind classes with my custom theme (I know they are huge CSS classes) to upload to a private cdn.
When I run the build with
content=[/* Empty */]
a message appearswarn - The 'content' option in your Tailwind CSS configuration is missing or empty.
*ps: i'm working with shopify liquid theme, this is the only way to work with tailwind in preview mode.
How i can force generate all tailwindcss classes?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions