Answers for "how to use tailwind css using via npm"

1

tailwind cdn

<!-- 27kb compressed, 348kb raw -->

<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
Posted by: Guest on May-09-2020
0

tailwindcss init full

//Scaffolding the entire default configuration

//This will full tailwind.config.js file at the root of your project:

npx tailwindcss init -- full
Posted by: Guest on June-18-2020

Browse Popular Code Answers by Language