I bought a metronic license.
I am trying to use metronic tailwind css, but i am having problems with the colors.
I want to use all the colors of tailwind, how can i do that?
I also want to use other tailwind utilities.
For example the hover group feature like the link below, how can i do that in metronic tailwind css?
https://tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-parent-state
Thank you.
Hi,
You can use any Tailwind features but whenever you add a new class to your HTML you will need to recompile your assets with our webpack builder. Our webpack builder executes the tailwind cmd tool to recompile the CSS files in the assets folder and add newly used classes. This is how Tailwind works. Its command line tool must be used to recompile the CSS file whenever you add or remove any class in the HTML code.
For more info please refer to Quick Setup guide.
Sean