Can't install tailwindcss #2072
ninoespina36
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've followed this source for setup: https://dev.to/hridoypartho/set-up-tailwind-css-with-vite-react-app-and-yarn-2ge2
I created tailwind.css and imported
import "./tailwind.css";
to app/index.tsxtailwind.config.js:
But style classes are not being loaded, and also warning is also showing:
Did I miss anything? I've tried to remove @mui/joy from every file including app/index.tsx and replaced it with tailwindcss but unfortunately it doesn't work.
postcss.config.js
package.json
Beta Was this translation helpful? Give feedback.
All reactions