-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
You cannot. Tailwind purges unused classes during build time. You have 2 options (I prefer the first one) that I can think of:
|
Beta Was this translation helpful? Give feedback.
-
|
This was discussed in an issue below, where I've posted my solution at the Bottom of the thread. Personally I think a similar solution should be the default for all custom components as it means you have access to all TW classes and no conflicts with nova. |
Beta Was this translation helpful? Give feedback.
You cannot. Tailwind purges unused classes during build time. You have 2 options (I prefer the first one) that I can think of:
prefixunique to your tool's package name (see the prefix documentation). Then, use Tailwind classes by prepending the given prefix.