Skip to content

Commit 0e1e54a

Browse files
committed
readme wip
1 parent ac2172c commit 0e1e54a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ In order for the extension to activate you must have [`tailwindcss` installed](h
88

99
## Features
1010

11-
- **Autocomplete**
11+
- **Autocomplete**
1212
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)
1313

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

16-
- **Hover Preview**
16+
- **Hover Preview**
1717
See the complete CSS for a Tailwind class name by hovering over it
1818

1919
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
2020

21-
- **Linting**
21+
- **Linting**
2222
Highlights errors and potential bugs in your HTML and CSS files
2323

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

26-
- **CSS Syntax Highlighting**
26+
- **CSS Syntax Highlighting**
2727
Provides syntax definitions so that use of Tailwind features doesn’t mess up your syntax highlighting
2828

2929
## Troubleshooting
@@ -74,7 +74,7 @@ Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs
7474

7575
#### `tailwindCSS.lint.invalidApply`
7676

77-
Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply). For example class names which contain pseudo selectors cannot currently be used with `@apply`. **Default: `error`**
77+
Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply). **Default: `error`**
7878

7979
#### `tailwindCSS.lint.invalidConfigPath`
8080

0 commit comments

Comments
 (0)