Custom theme is not visible
Hello there,
I created a custom theme like the docs said.
My theme.css does exist, I added it into the vite.config.js and run npm run build.
Nevertheless, my admin dashboard looks like this:

8 Replies
Check your DevTools. Is the
theme.css loaded? What's the content?
Do you have a postcss.config.js? Try removing it. I saw the compilation breaking with that.
Dont have it
I guess there should be something between line 3 and 4
I think so. But what is the solution?
Also I don't think there's
@media source. Looks like Tailwind compilation doesn't work properly. Check whether you are on TW v4