Skip to content

Commit cba601d

Browse files
committed
readme wip
1 parent c6c4be3 commit cba601d

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,27 @@ 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 [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme).
11+
### Autocomplete
1312

14-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
13+
Intelligent suggestions for class names, as well as [CSS functions and directives](https://tailwindcss.com/docs/functions-and-directives/).
1514

16-
- **Linting**
17-
Highlights errors and potential bugs in both your CSS and your markup.
15+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
1816

19-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
17+
### Linting
2018

21-
- **Hover Preview**
22-
See the complete CSS for a Tailwind class name by hovering over it.
19+
Highlights errors and potential bugs in both your CSS and your markup.
2320

24-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
21+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
2522

26-
- **CSS Syntax Highlighting**
27-
Provides syntax definitions so that Tailwind features are highlighted correctly.
23+
### Hover Preview
24+
25+
See the complete CSS for a Tailwind class name by hovering over it.
26+
27+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
28+
29+
### CSS Syntax Highlighting
30+
31+
Provides syntax definitions so that Tailwind features are highlighted correctly.
2832

2933
## Settings
3034

0 commit comments

Comments
 (0)