File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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" : [
You can’t perform that action at this time.
0 commit comments