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
@@ -55,7 +55,14 @@ In the following HTML file, completion will suggest for all `id` and `class` att
55
55
56
56
</html>
57
57
```
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
+
```
59
66
60
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:
0 commit comments