Skip to content

Tailwind CSS IntelliSense Restrictions #18556

Answered by rozsazoltan
Leong-Qi-Jin asked this question in Help
Discussion options

You must be logged in to vote

Either in your workspace or even globally in VSCode (if you're a TailwindCSS fan), associate .css files with the TailwindCSS language mode like this:

{
  "files.associations": {
    "*.css": "tailwindcss",
    "*.scss": "tailwindcss",
  },
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Leong-Qi-Jin
Comment options

Answer selected by Leong-Qi-Jin
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