Install Tailwind CSS In NextJS
December 2021
Go through this:
npm install -D tailwindcss postcss autoprefixer && npx tailwindcss init -pUpdate tailwind.config.js with:
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],Setup styles/global.css with just this:
@@@@ }
}
}
}
}
}restart:
netlify devend of line