Skip to content

Tailwind CSS Build Process

This site uses a pre-compiled Tailwind CSS file — there is no CDN or JIT in the browser.

After adding or changing Tailwind classes in any HTML/Markdown file, rebuild the CSS:

npm run build:css

For live development, use the watcher alongside jekyll serve:

npm run watch:css

If styles appear broken locally, the most likely cause is that output.css hasn’t been rebuilt to include new utility classes.