Skip to content

Commit 3e1ae7c

Browse files
committed
Update README
1 parent b2ef648 commit 3e1ae7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Missing CSS support for HTML documents.
55
## Features
66

77
- Html class attribute completion.
8-
- Parses `<link rel="stylesheet">` and `<style></style>` tags.
9-
- Supports remote style sheets.
8+
- Supports `<link rel="stylesheet">` and `<style></style>` tags.
9+
- Supports other remote style sheets, see below.
10+
- Local workspace parsing for css files is depreceted.
1011

1112
## Remote Style Sheets
1213

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:
1415

1516
```json
1617
"css.remoteStyleSheets": [

0 commit comments

Comments
 (0)