You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ HTML `id` and `class` attribute completion for Visual Studio Code.
7
7
## Features
8
8
9
9
- HTML `id` and `class` attribute completion
10
-
- Supports completion from in file styles
10
+
- Supports completion from in file defined styles
11
11
- Supports specifying remote and local style sheets
12
12
- Supports any language for completion
13
13
- Supports go to definition for selectors
@@ -70,7 +70,7 @@ If you are using Bootstrap `npm` module with additional `scss` this can be a sta
70
70
}
71
71
```
72
72
73
-
and if you are using Bootstrap CDN with additional plain `css`:
73
+
or if you are using Bootstrap CDN with additional plain `css`:
74
74
75
75
```json
76
76
{
@@ -91,7 +91,7 @@ First `typescript` or `javascript` should be enabled in global settings dependin
91
91
}
92
92
```
93
93
94
-
Your in file [static styles](https://lit.dev/docs/components/styles/) will be available for completion for that file. If you need to use some base styles everywhere in your project, you can specify as follows:
94
+
Component's [static styles](https://lit.dev/docs/components/styles/) will be available for completion elsewhere in the component. If you need to use some base styles in every component you can specify as follows:
95
95
96
96
```json
97
97
{
@@ -107,7 +107,7 @@ Go to definition for `id` and `class` selectors for local style sheets are suppo
107
107
108
108
### Validate class selectors
109
109
110
-
Validates all `class` selectors in the active editor. Auto validation can also be configured in extension settings globally or per workspace.
110
+
Validates all `class` selectors in the active editor. Auto validation can be configured in extension settings globally or per workspace.
0 commit comments