Utilities are not generating in my output.css file #16511
Answered
by
RobinMalfait
jeremiahray
asked this question in
Help
-
I am using the standalone tailwindcss CLI, and when I input my input.css and output.css, it is only generating about 541 lines of css in my output.css file. There are no utilities available to use. TailwindCSS v4.0.6 |
Beta Was this translation helpful? Give feedback.
Answered by
RobinMalfait
Feb 13, 2025
Replies: 2 comments 3 replies
-
Hey! Please provide a minimal reproduction. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I am having the same issue. Were you able to see why? My base styles from preflight are being generated. |
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
The problem is that your CSS file (and tailwind CLI) lives in a nested folder. There are no other files to look at so nothing will be generated.
There are a few solutions to the problem:
That way Tailwind knows where to look for CSS classes.