This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Praveen Perera 0e2bc796fd Fix EEx support (for elixir/phoenix) (#54) 2019-08-06 23:57:06 +01:00
.vscode add lsp boilerplate 2018-12-18 19:27:33 +00:00
img restore readme, changelog, and img 2019-05-16 21:26:30 +01:00
resources v0.2.0 2019-05-16 21:13:57 +01:00
src Fix EEx support (for elixir/phoenix) (#54) 2019-08-06 23:57:06 +01:00
.gitignore v0.2.0 2019-05-16 21:13:57 +01:00
.vscodeignore v0.2.0 2019-05-16 21:13:57 +01:00
CHANGELOG.md update changelog 2019-05-16 21:54:55 +01:00
README.md restore readme, changelog, and img 2019-05-16 21:26:30 +01:00
package-lock.json v0.2.0 2019-05-16 21:13:57 +01:00
package.json v0.2.0 2019-05-16 21:13:57 +01:00
tsconfig.json v0.2.0 2019-05-16 21:13:57 +01:00

README.md

Tailwind CSS IntelliSense

Tailwind CSS class name completion for VS Code

Get it from the VS Code Marketplace →

HTML autocompletion

Features

Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.

It also includes features that improve the overall Tailwind experience, including improved syntax highlighting, and CSS previews.

HTML (including Vue, JSX, PHP etc.)

CSS

Examples

Class name suggestions, including support for Emmet syntax

HTML autocompletion

CSS preview when hovering over class names

HTML hover preview

Suggestions when using @apply and config()

CSS autocompletion

Improves syntax highlighting when using @apply and config()

Before:

CSS syntax highlighting before

After:

CSS syntax highlighting after