Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jan 9, 2021
1 parent 2ac011f commit bf6d86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ HTML `id` and `class` attribute completion for Visual Studio Code.

## Usage

You can view a list of `id` and `class` attribute suggestions via `ctrl + space`. Invalid `class` selectors will be shown as warnings, `id` selectors will be shown as information.

You can view a list of `id` and `class` attribute suggestions via `ctrl + space`.
## Linked and Embedded Style Sheets

Linked `[<link rel="stylesheet">]` and embedded `[<style></style>]` style sheets are used in completion for `id` and `class` attributes. Links support local and remote files. Absolute local file paths are relative to the workspace folder while others are relative to HTML file:
Expand Down

0 comments on commit bf6d86b

Please sign in to comment.