|
11 | 11 | "css.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties", |
12 | 12 | "css.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers", |
13 | 13 | "css.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.", |
14 | | - "css.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older", |
| 14 | + "css.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older.", |
15 | 15 | "css.lint.important.desc": "Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.", |
16 | | - "css.lint.importStatement.desc": "Import statements do not load in parallel", |
17 | | - "css.lint.propertyIgnoredDueToDisplay.desc": "Property is ignored due to the display. E.g. with 'display: inline', the width, height, margin-top, margin-bottom, and float properties have no effect", |
18 | | - "css.lint.universalSelector.desc": "The universal selector (*) is known to be slow", |
| 16 | + "css.lint.importStatement.desc": "Import statements do not load in parallel.", |
| 17 | + "css.lint.propertyIgnoredDueToDisplay.desc": "Property is ignored due to the display. E.g. with 'display: inline', the width, height, margin-top, margin-bottom, and float properties have no effect.", |
| 18 | + "css.lint.universalSelector.desc": "The universal selector (*) is known to be slow.", |
19 | 19 | "css.lint.unknownAtRules.desc": "Unknown at-rule.", |
20 | 20 | "css.lint.unknownProperties.desc": "Unknown property.", |
21 | 21 | "css.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.", |
22 | | - "css.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property", |
23 | | - "css.lint.zeroUnits.desc": "No unit for zero needed", |
| 22 | + "css.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.", |
| 23 | + "css.lint.zeroUnits.desc": "No unit for zero needed.", |
24 | 24 | "css.trace.server.desc": "Traces the communication between VS Code and the CSS language server.", |
25 | 25 | "css.validate.title": "Controls CSS validation and problem severities.", |
26 | 26 | "css.validate.desc": "Enables or disables all validations", |
|
0 commit comments