Custom widget not read Tailwindcss classes
Hi everyone,
i' ve this simple custom widget:
but i can't figure out why the classes weren't applied once browser loaded.
are you experiencing it too?
PS:
the same code in v3 works!
5 Replies
but i can't figure out why the classes weren't applied once browser loaded. are you experiencing it too?Do you have a theme? Did you recompile your theme? If not, follow the docs and create one. Tailwind needs to be compiled to include the classes you are using.
I don't have a theme...is it necessary? How can I use Tailwind's CSS classes?
Yes, you need one. That's what I just wrote.
Mh okay thanks ♥️
If you have any issue with the theme, let me know.