Setup
Setup
yarn add -D tailwindcss postcss-cli autoprefixer
npx tailwind init tailwind.config.js content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],@tailwind base;/* Preflight will be injected here */
/*Put all classes here*/
@tailwind components;
@tailwind utilities;More For React-Scripts
More for Webpack
React Native
Last updated