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...
hashnode.shajith.co.in1 min read