Answers for "tailwind css npm"

CSS
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
1

tailwind css npm

# Using npm
npm install tailwindcss

# Using Yarn
yarn add tailwindcss
Posted by: Guest on September-14-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
0

add tailwind full

npx tailwindcss init --full
Posted by: Guest on January-27-2021

Browse Popular Code Answers by Language