Add Tailwind CSS to PUG
Without further ado, let's get started on adding it. I have a node.js application with a templating engine - Here currently I am using PUG. The first step is to install tailwind CSS, npm i tailwindcss The second step is to create a tailwind.config...
Dec 13, 20221 min read739


