Skip to content

Commit 23a2cdc

Browse files
committed
Update README
1 parent db57ebf commit 23a2cdc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the following HTML file, completion will suggest for all `id` and `class` att
4545
</head>
4646

4747
<body>
48-
<div id="content" class="container site embedded">
48+
<div id="content" class="container external embedded">
4949
<div class="row">
5050
<div class="col">1 of 2</div>
5151
<div class="col">2 of 2</div>
@@ -55,7 +55,14 @@ In the following HTML file, completion will suggest for all `id` and `class` att
5555

5656
</html>
5757
```
58-
(2), (3) and (4) are equivalent and points to the same file in the root of workspace folder.
58+
59+
(2), (3) and (4) are equivalent and points to the same file in the root of workspace folder:
60+
61+
```css
62+
.external {
63+
display: block;
64+
}
65+
```
5966

6067
If it is not possible to specify local or remote styles within HTML file, they can be specified in VS Code settings per workspace folder in `.vscode/settings.json` and will suggest for all HTML files within that workspace foler:
6168

0 commit comments

Comments
 (0)