Tailwind CSS IntelliSense doesn't show up like alway in my code can some one help me with tailwind v4 #15780
Answered
by
Princeimao
KeoChanmaridoDev
asked this question in
Help
-
It doesn't show up like it used to. I even added CDN to make sure, but still no luck. |
Beta Was this translation helpful? Give feedback.
Answered by
Princeimao
Jan 24, 2025
Replies: 1 comment 1 reply
-
Hey, I got the same issue but i follow the below step and then it work for me you can also try this.
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}"], // Update paths based on your project structure
theme: {
extend: {},
},
plugins: [],
}; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KeoChanmaridoDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I got the same issue but i follow the below step and then it work for me you can also try this.
tailwind.config.js
file if not exist because for me it was not exist.