Skip to content

Commit db57ebf

Browse files
committed
Update README
1 parent 5cc21db commit db57ebf

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the following HTML file, completion will suggest for all `id` and `class` att
5757
```
5858
(2), (3) and (4) are equivalent and points to the same file in the root of workspace folder.
5959

60-
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 workspace.
60+
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:
6161

6262
```js
6363
"css.styleSheets": [
@@ -92,17 +92,6 @@ Extension can be configured to support any language where it makes sense such as
9292
`django-html` `laravel-blade` `razor` `vue` `blade` `pug` `jade` `handlebars` `php` `twig`
9393
`md` `nunjucks` `javascriptreact` `typescriptreact` `erb` `HTML (Eex)` `html-eex` `haml` `svelte`
9494

95-
## Additional Style Sheets
96-
97-
If it is not possible to specify local or remote styles with `<link rel="stylesheet">` tag, they can be specified in VS Code settings:
98-
99-
```json
100-
"css.styleSheets": [
101-
"css/bootstrap.css",
102-
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
103-
]
104-
```
105-
10695
## Installation
10796

10897
[Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css)

0 commit comments

Comments
 (0)