commmand for installing tailwind to react
npm install tailwindcss
commmand for installing tailwind to react
npm install tailwindcss
how to properly install tailwind css in react
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
how to properly install tailwind css in react
npx tailwind init tailwind.js --full
how to properly install tailwind css in react
npm install tailwindcss postcss-cli [email protected] -D
how to properly install tailwind css in react
const tailwindcss = require('tailwindcss');
module.exports = {
plugins: [
tailwindcss('./tailwind.js'),
require('autoprefixer')
],
};
tailwind css in react
npx create-react-app my-project
cd my-project
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