This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes d0127c15eb 0.1.16 2018-11-07 00:13:17 +00:00
.vscode initial commit 2018-04-19 21:18:23 +01:00
img update readme 2018-10-23 12:54:09 +01:00
src Add support for Phoenix (.html.eex) files (#18) 2018-11-07 00:03:33 +00:00
syntaxes add grammar (#6) 2018-08-28 20:39:39 +01:00
.gitignore update gitignore 2018-08-28 20:37:32 +01:00
.vscodeignore add img folder to vscodeignore 2018-08-28 21:13:02 +01:00
CHANGELOG.md 0.1.16 2018-11-07 00:13:17 +00:00
README.md add anchor links to readme 2018-10-23 12:56:36 +01:00
icon.png add icon and update gallery banner color 2018-10-24 14:02:13 +01:00
package-lock.json 0.1.16 2018-11-07 00:13:17 +00:00
package.json 0.1.16 2018-11-07 00:13:17 +00:00
tsconfig.json initial commit 2018-04-19 21:18:23 +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