This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes e76475d04b add vscode gallery banner color 2018-08-21 13:42:10 +01:00
.vscode initial commit 2018-04-19 21:18:23 +01:00
src swap array for CSS_TYPES 2018-08-21 13:30:49 +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 2018-08-21 13:34:00 +01:00
package-lock.json update tailwind-class-names dep 2018-05-28 20:15:53 +01:00
package.json add vscode gallery banner color 2018-08-21 13:42:10 +01:00
tsconfig.json initial commit 2018-04-19 21:18:23 +01:00

README.md

Tailwind 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