Skip to content

Commit 253fa06

Browse files
committed
readme wip
1 parent 0e1e54a commit 253fa06

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,23 @@ In order for the extension to activate you must have [`tailwindcss` installed](h
88

99
## Features
1010

11-
- **Autocomplete**
12-
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)
11+
- **Autocomplete**
12+
Intelligent suggestions for class names, [CSS directives](https://tailwindcss.com/docs/functions-and-directives/), and [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme).
1313

1414
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
1515

16-
- **Hover Preview**
17-
See the complete CSS for a Tailwind class name by hovering over it
18-
19-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
20-
21-
- **Linting**
22-
Highlights errors and potential bugs in your HTML and CSS files
16+
- **Linting**
17+
Highlights errors and potential bugs in both your CSS and your markup.
2318

2419
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
2520

26-
- **CSS Syntax Highlighting**
27-
Provides syntax definitions so that use of Tailwind features doesn’t mess up your syntax highlighting
21+
- **Hover Preview**
22+
See the complete CSS for a Tailwind class name by hovering over it.
23+
24+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
2825

29-
## Troubleshooting
26+
- **CSS Syntax Highlighting**
27+
Provides syntax definitions so that Tailwind features are highlighted correctly.
3028

3129
## Settings
3230

0 commit comments

Comments
 (0)