We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ef648 commit 3e1ae7cCopy full SHA for 3e1ae7c
README.md
@@ -5,12 +5,13 @@ Missing CSS support for HTML documents.
5
## Features
6
7
- Html class attribute completion.
8
-- Parses `<link rel="stylesheet">` and `<style></style>` tags.
9
-- Supports remote style sheets.
+- Supports `<link rel="stylesheet">` and `<style></style>` tags.
+- Supports other remote style sheets, see below.
10
+- Local workspace parsing for css files is depreceted.
11
12
## Remote Style Sheets
13
-Remote style sheets can be specified in VS Code settings:
14
+If it is not possible to specify remote styles with `<link rel="stylesheet">` tag, they can be specified in VS Code settings:
15
16
```json
17
"css.remoteStyleSheets": [
0 commit comments