mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Sweep setting descriptions for #54690
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"css.lint.duplicateProperties.desc": "Do not use duplicate style definitions",
|
||||
"css.lint.emptyRules.desc": "Do not use empty rulesets",
|
||||
"css.lint.float.desc": "Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
||||
"css.lint.fontFaceProperties.desc": "@font-face rule must define 'src' and 'font-family' properties",
|
||||
"css.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties",
|
||||
"css.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers",
|
||||
"css.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
||||
"css.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older",
|
||||
@@ -31,7 +31,7 @@
|
||||
"less.lint.duplicateProperties.desc": "Do not use duplicate style definitions",
|
||||
"less.lint.emptyRules.desc": "Do not use empty rulesets",
|
||||
"less.lint.float.desc": "Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
||||
"less.lint.fontFaceProperties.desc": "@font-face rule must define 'src' and 'font-family' properties",
|
||||
"less.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties",
|
||||
"less.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers",
|
||||
"less.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
||||
"less.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older",
|
||||
@@ -52,7 +52,7 @@
|
||||
"scss.lint.duplicateProperties.desc": "Do not use duplicate style definitions",
|
||||
"scss.lint.emptyRules.desc": "Do not use empty rulesets",
|
||||
"scss.lint.float.desc": "Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
||||
"scss.lint.fontFaceProperties.desc": "@font-face rule must define 'src' and 'font-family' properties",
|
||||
"scss.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties",
|
||||
"scss.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers",
|
||||
"scss.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
||||
"scss.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older",
|
||||
|
||||
Reference in New Issue
Block a user