What causes the tailwind elements not to get loaded?
This is my vite.config.js
tailwind.config.js

3 Replies
PanelProvider

theme.css

It seems that when trying to build everythings ok but nothing gets loaded after running npm run dev
Ahh I seem to miss this command
npm install -D tailwindcss@3 postcss autoprefixer
And then add this to either create a new file postcss.config.js
and then install all the remaining package tailwind requires