Skip to main content

Tailwind Intellisense

How to get Tailwind Intellisense to work on class declarations


To get tailwind intellisense to work on custom compoenents, add how you name your classes to the class attributes array

// settings.json

"tailwindCSS.classAttributes": ["class", "className", "ngClass", "classes"],

Back to log