This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes dd9a67369f add .haml support 2018-08-21 16:03:28 +01:00
.vscode initial commit 2018-04-19 21:18:23 +01:00
src add .haml support 2018-08-21 16:03:28 +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 update readme image paths 2018-08-21 14:02:16 +01:00
package-lock.json 0.1.2 2018-08-21 14:34:18 +01:00
package.json 0.1.2 2018-08-21 14:34:18 +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

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