tailwind css npm
# Using npm
npm install tailwindcss
# Using Yarn
yarn add tailwindcss
tailwind css npm
# Using npm
npm install tailwindcss
# Using Yarn
yarn add tailwindcss
how to install tailwind css in html
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
add tailwind full
npx tailwindcss init --full
adding css in tailwind css
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.scroll-snap-none {
scroll-snap-type: none;
}
.scroll-snap-x {
scroll-snap-type: x;
}
.scroll-snap-y {
scroll-snap-type: y;
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us