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
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ Missing CSS support for HTML documents.
6
6
7
7
- HTML `class` attribute completion.
8
8
- HTML `id` attribute completion.
9
-
- Supports completion from `<link rel="stylesheet">` and `<style></style>` tags.
10
-
- Supports completion from additional style sheets.
9
+
- Supports `<link rel="stylesheet">` and `<style></style>` tags.
10
+
- Supports template inheritance.
11
+
- Supports additional style sheets.
12
+
- Supports other HTML like languages.
11
13
12
-
## Including Style Sheets
14
+
## Linked and Embedded Style Sheets
13
15
14
16
In the following HTML file, completion will suggest for all `id` and `class` attributes. All
15
17
local links point to same `site.css` file.
@@ -66,11 +68,11 @@ local links point to same `site.css` file.
66
68
67
69
## Template Inheritance
68
70
69
-
Template inheritance is supported for **`{% extends "base" %}`** and **`{{< base }}`** tags.
71
+
Template inheritance is supported for `{% extends "base" %}` and `{{< base }}` tags.
70
72
71
73
## Additional Style Sheets
72
74
73
-
If it is not possible to specify local or remote styles within each HTML file or via template inheritance, 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:
75
+
If it is not possible to specify local or remote styles within each HTML file or via template inheritance, 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