|
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.", |
| 22 | + "css.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.", |
23 | 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.", |
|
30 | 30 | "less.lint.compatibleVendorPrefixes.desc": "When using a vendor-specific prefix make sure to also include all other vendor-specific properties.", |
31 | 31 | "less.lint.duplicateProperties.desc": "Do not use duplicate style definitions.", |
32 | 32 | "less.lint.emptyRules.desc": "Do not use empty rulesets.", |
33 | | - "less.lint.float.desc": "Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.", |
| 33 | + "less.lint.float.desc": "Avoids using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.", |
34 | 34 | "less.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties.", |
35 | 35 | "less.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers.", |
36 | 36 | "less.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.", |
|
41 | 41 | "less.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.", |
42 | 42 | "less.lint.unknownProperties.desc": "Unknown property.", |
43 | 43 | "less.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.", |
44 | | - "less.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.", |
| 44 | + "less.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.", |
45 | 45 | "less.lint.zeroUnits.desc": "No unit for zero needed.", |
46 | 46 | "less.validate.title": "Controls LESS validation and problem severities.", |
47 | 47 | "less.validate.desc": "Enables or disables all validations.", |
|
62 | 62 | "scss.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.", |
63 | 63 | "scss.lint.unknownProperties.desc": "Unknown property.", |
64 | 64 | "scss.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.", |
65 | | - "scss.lint.vendorPrefix.desc": "When using a vendor-specific prefix also include the standard property.", |
| 65 | + "scss.lint.vendorPrefix.desc": "When using a vendor-specific prefix and also including the standard property.", |
66 | 66 | "scss.lint.zeroUnits.desc": "No unit for zero needed.", |
67 | 67 | "scss.validate.title": "Controls SCSS validation and problem severities.", |
68 | 68 | "scss.validate.desc": "Enables or disables all validations.", |
|
0 commit comments