File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
** [ Get it from the VS Code Marketplace →] ( https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss ) **
6
6
7
+ <img src =" https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif " alt =" HTML autocompletion " width =" 750 " >
8
+
7
9
## Features
8
10
9
11
Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.
@@ -12,16 +14,16 @@ It also includes features that improve the overall Tailwind experience, includin
12
14
13
15
### HTML (including Vue, JSX, PHP etc.)
14
16
15
- - Class name suggestions, including support for Emmet syntax
17
+ - [ Class name suggestions, including support for Emmet syntax] ( #class-name-suggestions-including-support-for-emmet-syntax )
16
18
- Suggestions include color previews where applicable, for example for text and background colors
17
19
- They also include a preview of the actual CSS for that class name
18
- - CSS preview when hovering over class names
20
+ - [ CSS preview when hovering over class names] ( #css-preview-when-hovering-over-class-names )
19
21
20
22
### CSS
21
23
22
- - Suggestions when using ` @apply ` and ` config() `
24
+ - [ Suggestions when using ` @apply ` and ` config() ` ] ( #suggestions-when-using-apply-and-config )
23
25
- Suggestions when using the ` @screen ` directive
24
- - Improves syntax highlighting when using ` @apply ` and ` config() `
26
+ - [ Improves syntax highlighting when using ` @apply ` and ` config() ` ] ( #improves-syntax-highlighting-when-using-apply-and-config )
25
27
26
28
## Examples
27
29
You can’t perform that action at this time.
0 commit comments