Home

tailwind-ctp-intellisense @95b8e9951d705a5b2906c06aa83be37d810ec2d1 - 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

> Tailwind CSS class name completion for VS Code

## 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">