Answers for "Could not install from "^9.8npx tailwind css build css\tailwind.css -o public\tailwind.css.5" as it does not contain a package.json file."

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

Code answers related to "Could not install from "^9.8npx tailwind css build css\tailwind.css -o public\tailwind.css.5" as it does not contain a package.json file."

Browse Popular Code Answers by Language