I have this dashboard layout that works perfectly in dev mode.
But as soon as I build the nextjs project, it breaks the layout.
I am using Tailwind css and preact for production. Any help would be appreciated.
I have this dashboard layout that works perfectly in dev mode.
But as soon as I build the nextjs project, it breaks the layout.
I am using Tailwind css and preact for production. Any help would be appreciated.
The build was fixed by adding all the folders which contain tailwind css in taliwind.config.js in purge array like this...