Not full css #6424
SatyaveerPal
started this conversation in
General
Not full css
#6424
Replies: 1 comment
-
Hey! Tailwind 3 has no way to generate a "full" build, it is JIT-only so it will only ever generate the CSS you are actually using. If you want to ensure it always includes certain classes, you can use the safelisting feature: https://tailwindcss.com/docs/content-configuration#safelisting-classes |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Running tailwindcss -i src/input.css -o public/css/styles.css only gives me css with around 470 lines of normalize code. Can any help please
Beta Was this translation helpful? Give feedback.
All reactions