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