Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

tailwind css

// Tailwind npm
> npm install -D tailwindcss
> npx tailwindcss init

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

// or by link bootstrap
<script src="https://cdn.tailwindcss.com"></script>
// Happy coding :)
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #tailwind #css
ADD COMMENT
Topic
Name
8+9 =