This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes 5e43fad772 fix image sizes 2018-10-23 12:54:44 +01:00
.vscode initial commit 2018-04-19 21:18:23 +01:00
img update readme 2018-10-23 12:54:09 +01:00
src fix issue with nested vue <template> 2018-10-21 02:09:28 +01: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 update readme and add changelog 2018-08-28 20:40:20 +01:00
README.md fix image sizes 2018-10-23 12:54:44 +01:00
package-lock.json 0.1.12 2018-09-25 22:38:27 +01:00
package.json 0.1.12 2018-09-25 22:38:27 +01: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 →

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.)

  • Class name suggestions, including support for Emmet syntax
    • Suggestions include color previews where applicable, for example for text and background colors
    • They also include a preview of the actual CSS for that class name
  • CSS preview when hovering over class names

CSS

  • Suggestions when using @apply and config()
  • Suggestions when using the @screen directive
  • Improves syntax highlighting when using @apply and config()

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