Skip to content

Tailwind CSS IntelliSense doesn't show up like alway in my code can some one help me with tailwind v4 #15780

Discussion options

You must be logged in to vote

Hey, I got the same issue but i follow the below step and then it work for me you can also try this.

  • Create the tailwind.config.js file if not exist because for me it was not exist.
  • Paste the boilerplate code.
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{js,ts,jsx,tsx}"], // Update paths based on your project structure
  theme: {
    extend: {},
  },
  plugins: [],
};

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KeoChanmaridoDev
Comment options

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