Skip to content

Commit 0801c9d

Browse files
committed
readme wip
1 parent a59d9bd commit 0801c9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ In order for the extension to activate you must have [`tailwindcss` installed](h
99
- **Autocomplete**
1010
Intelligent suggestions for class names, [CSS directives](https://tailwindcss.com/docs/functions-and-directives/), and the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme)
1111

12+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
13+
1214
- **Hover Preview**
1315
See the complete CSS for a Tailwind class name by hovering over it
1416

17+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
18+
1519
- **Linting**
1620
Highlights errors and potential bugs in your HTML and CSS files
1721

22+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
23+
1824
- **CSS Syntax Highlighting**
1925
Provides syntax definitions so that use of Tailwind features doesn’t mess up your syntax highlighting
2026

21-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
22-
23-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
24-
25-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
26-
2727
## Screenshots/Examples?
2828

2929
## Troubleshooting

0 commit comments

Comments
 (0)