You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,15 +56,15 @@ In the following HTML file, completion will suggest for all `id` and `class` att
56
56
</html>
57
57
```
58
58
59
-
(2), (3) and (4) are equivalent and points to the same file in the root of workspace folder:
59
+
(2), (3) and (4) are all equivalent and points to the `site.css` file in the root of workspace folder:
60
60
61
61
```css
62
62
.external {
63
63
display: block;
64
64
}
65
65
```
66
66
67
-
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:
67
+
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 folder:
0 commit comments