Replies: 1 comment
-
You may need to use |
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
-
I’m working on a project where all reusable components are imported from a separate package into the main project.
After migrating to TailwindCSS v4, I noticed that utility classes used in the reusable components are not being compiled unless they’re directly used in the main project. I confirmed this by inspecting the styles in the browser, and the unused classes from the package are missing.
Beta Was this translation helpful? Give feedback.
All reactions