This is just a single commit added to https://github.com/tailwindlabs/tailwindcss-intellisense that patches in Catppuccin.
 
 
 
Go to file
Brad Cornes 0052a2261a 0.1.10 2018-08-28 20:45:57 +01:00
.vscode initial commit 2018-04-19 21:18:23 +01:00
img update readme and add changelog 2018-08-28 20:40:20 +01:00
src update readme and add changelog 2018-08-28 20:40:20 +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 initial commit 2018-04-19 21:18:23 +01:00
CHANGELOG.md update readme and add changelog 2018-08-28 20:40:20 +01:00
README.md update readme and add changelog 2018-08-28 20:40:20 +01:00
package-lock.json 0.1.10 2018-08-28 20:45:57 +01:00
package.json 0.1.10 2018-08-28 20:45:57 +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

Markup

  • class name suggestions, including support for Emmet
  • CSS preview when hovering over class names

CSS

  • class name suggestions when using @apply
  • suggestions when using the config helper
  • suggestions when using the @screen directive
  • improves syntax highlighting when using @apply and config()

GIFs

HTML

HTML autocompletion

Hover over a class name to preview the CSS:

HTML hover preview

CSS

CSS autocompletion