Hi Sean...
We start build a new project with Metronic version 9.xx (Tailwind).
We use it with the new version of Laravel (12.xx).
This version use a starter kit (livewire) and it's managed by Flux (Caleb Porzio).
Flux have also a pro version (we have it)
Something strange happen after integrate Metronic version 9.xx (Tailwind).
We have read and apply the Guide with all Step.
The Css of Flux and Metronic maybe have conflict ...some advise about it?
Example of problem:
All the input for the login isn't showed.
Hi
Could you please check the browser console for any JavaScript errors?
Since both Metronic and Flux are using Tailwind, there’s a chance of class or layer conflicts, especially around base styles.
Check if Flux or Metronic is resetting any input styles (@layer base or @apply on input).
Try temporarily commenting out Metronic’s styles to confirm if they’re the cause.
Thanks