jekyll-with-tailwind

jekyll-with-tailwind

🧪 Setup Jekyll with Tailwind CSS with PostCSS and PurgeCSS (no Webpack involved)

Jekyll with Tailwind CSS

Setup Jekyll with Tailwind CSS with PostCSS and PurgeCSS (no webpack involved)

The step by step explanation is available in my blog.

Quick setup

bundle install # Install Ruby gems
npm install # Install npm dependencies
npm run dev # Compile jekyll site and run PostCSS

Build for production

npm run build # Complie jekyll site and run PostCSS as production