git-read

Install Tailwind

Add an npm dependency on Tailwind and install it according to TailwindCSS Installation: Add Tailwind as a PostCSS plugin.

Tailwind is designed to participate with the JavaScript build ecosystem, and integrates directly into a Webpack-enabled pipeline like the one we’ve set up previously. To do so, we’ll also need to pull in several loaders and their corresponding webpack plugins.

Replace the Middelman-provided autoprefixer integration with the npm-provided version.