Home

tailwind-ctp-intellisense @30b2d1a248168f7705d218439aa644852a79b740 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / README.md
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# Tailwind IntelliSense

> Autocompletion for Tailwind CSS utilities

## HTML

<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="750">

Hover over a class name to preview the CSS:

<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">

## CSS

In CSS files you get autocompletions when using `@apply` and the `config()` helper.

<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/css.gif" alt="CSS autocompletion" width="750">