Using tailwindcss bg-* in modal content view
I am trying to make badge for a tag using
rounded-full
and bg-success
/ bg-green-500
inside a modal content. But nothing changed, is there something I missed or should configure?
Here is the code
5 Replies
Did you build assets using
npm run build
? if yes, then remove from public folder and after change done build againI didnt, i only run
npm run dev
instead of
bg-success
try bg-success-500
and also try in the first <div> and check, problem can be base on the $order->statusstill doesnt work