Skip to content

Commit d189bb7

Browse files
committed
Update docs
1 parent 413dad6 commit d189bb7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
# Visual Studio Code CSS Intellisense for HTML
22

3-
HTML `id` and `class` attribute completion for VS Code.
3+
HTML `id` and `class` attributes completion and validation for VS Code.
44

55
## Features
66

7-
- HTML `id` attribute completion and validation.
8-
- HTML `class` attribute completion and validation.
7+
- HTML `id` and `class` attributes completion and validation.
98
- Supports linked and embedded style sheets.
109
- Supports template inheritance.
1110
- Supports additional style sheets.
1211
- Supports other HTML like languages.
1312

1413
## Usage
1514

16-
You can view a list of `id` and `class` attribute suggestions via `ctrl + space`.
15+
You can view a list of `id` and `class` attribute suggestions via `ctrl + space`. Invalid selectors will be shown as warnings.
1716

1817
## Linked and Embedded Style Sheets
1918

0 commit comments

Comments
 (0)