How to use Tailwind CSS in your Vue.js project

Install required dependencies and add config files To use Tailwind CSS, we need the framework itself, PostCSS, and Autoprefixer. The thing is that Vue.js uses an older PostCSS version (7) at the moment, so we have to install the compatible packages for Tailwind CSS which by default uses the latest 8 version. We can install them by… Continue reading How to use Tailwind CSS in your Vue.js project