examples
examples copied to clipboard
Create Official Tailwind Example
It'd be great if there was an official example of how to use Taiwlind with Hono. It's a frequently asked topic on the Discord server.
For example, following the usual docs for getting Tailwind to work in dev on Cloudflare Pages works fine. However, I can't figure out how to get the CSS file to be created in a production build.
@justinnoel
Thanks for the issue! I'll think about that. Just a moment!
However, I can't figure out how to get the CSS file to be created in a production build.
You probably need to add a build step (in GitHub Actions or wherever you are doing this) that compiles the final CSS?