I entered Tailwind CSS classes in your React components and they are not taking effect #12500
Answered
by
Zehad-10
MinalPatilRPA
asked this question in
Help
-
Hi I entered Tailwind CSS classes in your React components, and they are not taking effect. my output is:- How to solve this issue. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Zehad-10
Nov 29, 2023
Replies: 2 comments 1 reply
-
Consider checking you have followed the installation guide most appropriate for your framework. |
Beta Was this translation helpful? Give feedback.
0 replies
-
/** @type {import('tailwindcss').Config} / Did you add this in your tailwind.config.js file? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MinalPatilRPA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/** @type {import('tailwindcss').Config} /
module.exports = {
content: [
"./src/**/.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}
Did you add this in your tailwind.config.js file?