Skip to content

Commit 503e2e3

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Update README
1 parent 441e60b commit 503e2e3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
# Visual Studio Code CSS Support for HTML Documents
44

5-
CSS support for HTML documents.
5+
Missing CSS support for HTML documents.
66

77
## Features
88

9-
- Style attribute completion and hover.
10-
- Id attribute completion.
119
- Class attribute completion.
12-
- Supports Zen Coding completion for id and class attributes.
10+
- Id attribute completion.
11+
- Supports Zen Coding completion for class and id attributes.
1312
- Scans workspace folder for css files.
1413
- Supports optional resource.json file for fine tuned resource selection.
1514
- Uses [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
44
"description": "CSS support for HTML documents",
5-
"version": "0.0.32",
5+
"version": "0.0.33",
66
"publisher": "ecmel",
77
"license": "MIT",
88
"homepage": "https://github.com/ecmel/vscode-html-css",

0 commit comments

Comments
 (0)