Answers for "how to set up tailwind output css"

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