Skip to content

Commit 9c897f0

Browse files
committed
Fixes
1 parent d80765b commit 9c897f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Missing CSS support for HTML documents.
44

55
## Features
66

7-
- HTML class attribute completion.
8-
- HTML id attribute completion.
7+
- HTML `class` attribute completion.
8+
- HTML `id` attribute completion.
99
- Supports `<link rel="stylesheet">` and `<style></style>` tags.
10+
- Supports remote style sheets.
1011
- Supports local style sheets form workspace.
11-
- Supports other remote style sheets, see below.
1212

1313
## Remote Style Sheets
1414

@@ -32,8 +32,8 @@ Workspace CSS parsing can be disabled for unwanted locations in VS Code settings
3232

3333
## Supported Languages
3434

35-
Supported languages can be configured with the `css.enabledLanguages` configuration setting. By
36-
default `html` is enabled:
35+
Supported languages can be configured with the `css.enabledLanguages` setting. By default
36+
`html` is enabled:
3737

3838
```json
3939
"css.enabledLanguages": [

0 commit comments

Comments
 (0)