This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Denis LE e74b5a7c1a
add to readme that tailwind.config.js is required
fix #74
2020-03-28 19:06:58 +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 Merge branch 'master' of github.com:bradlc/vscode-tailwindcss 2019-08-06 23:57:40 +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 add to readme that tailwind.config.js is required 2020-03-28 19:06:58 +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

Requirements

This extension requires a tailwind.config.js file to be present in your project folder. You can create it with npx tailwind init.