Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

tailwind css

// dont forget to read the documentation

//For Tailwind CLI
npm install -D tailwindcss
npx tailwindcss init

//Tailwind for  PostCSS
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init

//Tail wind for React 
npx create-react-app my-project
cd my-project

//Dont  forget to read the documentation
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #tailwind #css
ADD COMMENT
Topic
Name
1+3 =