Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

randelsr's avatar

Nova Tool Tailwind Styles not correctly shown?

Hopefully I'm missing something, but when I use Tailwind css classes to style elements of my Tool, some of the basic Tailwind classes aren't being implemented.

Example:

HELP

.text-blue-darker doesn't implement, the text still shows as black.

If I add a new class to the Tool component's css file, it shows up correctly.

Is the entire tailwind framework not being implemented in Nova?

0 likes
5 replies
cowzo's avatar

Hi Randelsr, did you process your CSS by running Laravel Mix?

"npm run dev"

internetbug256's avatar

@Sabonzy Thank you very much for your contribution! In my case, using Nova 4.0, I had to add it to nova-components/your-package-name/resources/css/card.css.

MehmetUygun's avatar

what about duplicated classes that break the theme when you include tailwind separately?

1 like

Please or to participate in this conversation.