This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes 7d469b2ccb update readme 2018-08-21 13:30:26 +01:00
.vscode initial commit 2018-04-19 21:18:23 +01:00
src update readme 2018-08-21 13:30:26 +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:30:26 +01:00
package-lock.json update tailwind-class-names dep 2018-05-28 20:15:53 +01:00
package.json update package.json and readme 2018-08-21 13:10:52 +01:00
tsconfig.json initial commit 2018-04-19 21:18:23 +01:00

README.md

Tailwind IntelliSense

Autocompletion for Tailwind CSS utilities

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