Export static HTML using Tailwind CSS
Unanswered
American Sable posted this in #help-forum
American SableOP
Hi everybody.
I want to create a simple page, using tailwind CSS, however, when I tried to export the static files (next build & next export), it exports all HTML files using classes of TailwindCSS but I didn't get the CSSs files so my page doesn't have styles but I can see in the HTML TailwindCSS classes.
Anybody tried this ? who can help me please?
Thank you
I want to create a simple page, using tailwind CSS, however, when I tried to export the static files (next build & next export), it exports all HTML files using classes of TailwindCSS but I didn't get the CSSs files so my page doesn't have styles but I can see in the HTML TailwindCSS classes.
Anybody tried this ? who can help me please?
Thank you
1 Reply
Any chance you could share your current project on GitHub?