Run
npm run dev
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I installed Laravel Breeze and it installed Tailwind too, what i wanted. I added some stuff to my tailwind.config.js : custom bg images, colors, ... But I don't know how to build this variables to use them in my html! I don't have mix but Vite. I think I have to add a line to compile tailwind config file in my vite.config.js but I don't know...
@Skyfrid Your custom colors should not be nested inside the "fontFamily" property, should be theme->extend->colors
Please or to participate in this conversation.