This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes e3bbd69369 add .vue @apply support (#4) 2018-08-24 19:43:35 +01:00
.vscode initial commit 2018-04-19 21:18:23 +01:00
src add .vue @apply support (#4) 2018-08-24 19:43:35 +01:00
.gitignore initial commit 2018-04-19 21:18:23 +01:00
.vscodeignore initial commit 2018-04-19 21:18:23 +01:00
README.md add marketplace link to readme 2018-08-21 22:05:37 +01:00
package-lock.json 0.1.6 2018-08-21 19:14:21 +01:00
package.json 0.1.6 2018-08-21 19:14:21 +01:00
tsconfig.json initial commit 2018-04-19 21:18:23 +01:00

README.md

Tailwind CSS IntelliSense

Tailwind CSS class name completion for VS Code

Get it from the VS Code Marketplace →

HTML

HTML autocompletion

Hover over a class name to preview the CSS:

HTML hover preview

CSS

In CSS files you get autocompletions when using @apply and the config() helper.

CSS autocompletion