Unable to create a custom theme
Hello,
When I follow the documentation, I get the message :
So I do it. And I add my css file in the vite.config.js.
But when I try to compile it. I get this error :
Here is my theme.css file
My tailwind.config.js file :
Could you help me please?
I tried a lot of different thing. When I downgrade tailwind before creating the theme, the compilation works. But the website is broken and the default tailwind style is not applied...
Thanks!
When I follow the documentation, I get the message :
So I do it. And I add my css file in the vite.config.js.
But when I try to compile it. I get this error :
Here is my theme.css file
My tailwind.config.js file :
Could you help me please?
I tried a lot of different thing. When I downgrade tailwind before creating the theme, the compilation works. But the website is broken and the default tailwind style is not applied...
Thanks!
Solution
makes sense, if you don't specify the config file it will try to use the default one.