Skip to content

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
Discussion options

You must be logged in to vote

/** @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?

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DEEPY-X7
Comment options

Answer selected by MinalPatilRPA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants