Skip to content

Commit bda2ec2

Browse files
committed
Update README
1 parent 10ba793 commit bda2ec2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Visual Studio Code CSS Support for HTML Documents
22

3-
Missing CSS support for HTML documents.
3+
Missing `id` and `class` attribute completion support for HTML documents.
44

55
## Features
66

77
- HTML `class` attribute completion.
88
- HTML `id` attribute completion.
9-
- Supports `<link rel="stylesheet">` and `<style></style>` tags.
9+
- Supports linked [`<link rel="stylesheet">`] and embedded [`<style></style>`] style sheets.
1010
- Supports template inheritance.
1111
- Supports additional style sheets.
1212
- Supports other HTML like languages.
1313

1414
## Linked and Embedded Style Sheets
1515

1616
In the following HTML file, completion will suggest for all `id` and `class` attributes. All
17-
local links point to same `site.css` file.
17+
local links point to the same file.
1818

1919
**`index.html`**
2020
```html
@@ -116,4 +116,4 @@ setting requires restarting VS Code.
116116

117117
## Usage
118118

119-
You can view a list of class and id attributes via `ctrl + space`.
119+
You can view a list of class and id attributes via `ctrl + space`. Note that, extension will be activated a few seconds after VS Code starts.

0 commit comments

Comments
 (0)