This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
|
||
---|---|---|
.vscode | ||
src | ||
.gitignore | ||
.vscodeignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
Tailwind IntelliSense
Autocompletion for Tailwind CSS utilities
HTML
![HTML autocompletion](https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif)
Hover over a class name to preview the CSS:
![HTML hover preview](https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html-hover.gif)
CSS
In CSS files you get autocompletions when using @apply
and the config()
helper.
![CSS autocompletion](https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/css.gif)