Skip to content

Commit 2e48261

Browse files
committed
Update README
1 parent 2cbcf1d commit 2e48261

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Missing CSS support for HTML documents.
1313

1414
In the following HTML file, completion will suggest for all `id` and `class` attributes.
1515

16-
#### **`index.html`**
16+
**`index.html`**
1717
```html
1818
<!DOCTYPE html>
1919
<html>
@@ -52,21 +52,20 @@ In the following HTML file, completion will suggest for all `id` and `class` att
5252

5353
</html>
5454
```
55+
1. External style sheet which will be fetched from `href`.
56+
2. Local style sheets which are all equivalent and points to `site.css` file in the root of workspace folder.
57+
3. Embedded style tag.
5558

56-
#### **`site.css`**
59+
**`site.css`**
5760
```css
5861
.external {
5962
display: block;
6063
}
6164
```
6265

63-
1. External style sheet which will be fetched from `href`.
64-
2. Local style sheets which are all equivalent and points to `site.css` file in the root of workspace folder.
65-
3. Embedded style.
66-
6766
If it is not possible to specify local or remote styles within each 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:
6867

69-
#### **`.vscode/settings.json`**
68+
**`.vscode/settings.json`**
7069
```js
7170
"css.styleSheets": [
7271

0 commit comments

Comments
 (0)