Hello, world -- there's Tailwind CSS on this Jekyll site.
Source code on GitHub, or see the accompanying blog post.
Sadly, JIT mode doesn't seem to work.
If your localhost environment is on Windows, the jekyll-postcss
plugin that makes this all work will fail. You have to install the Windows Subsystem for Linux (WSL) as in Scott Hanselman's instructions and run NODE_ENV=production JEKYLL_ENV=production bundle exec jekyll build
or NODE_ENV=development JEKYLL_ENV=development bundle exec jekyll serve
from a WSL command line.
Also, it's a barebones Jekyll site, so when you play w/ your theme while running a localhost
server, be sure to hand-refresh the page since there's no browsersync.