Setup Jekyll with Tailwind CSS with PostCSS and PurgeCSS (no webpack involved)
The step by step explanation is available in my blog.
bundle install # Install Ruby gems
npm install # Install npm dependencies
npm run dev # Compile jekyll site and run PostCSS
npm run build # Complie jekyll site and run PostCSS as production
❤