|
12 | 12 | "css.lint.emptyRules.desc": "Do not use empty rulesets.",
|
13 | 13 | "css.lint.float.desc": "Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
14 | 14 | "css.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties.",
|
15 |
| - "css.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers.", |
| 15 | + "css.lint.hexColorLength.desc": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.", |
16 | 16 | "css.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
17 | 17 | "css.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older.",
|
18 | 18 | "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.",
|
|
47 | 47 | "less.lint.emptyRules.desc": "Do not use empty rulesets.",
|
48 | 48 | "less.lint.float.desc": "Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
49 | 49 | "less.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties.",
|
50 |
| - "less.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers.", |
| 50 | + "less.lint.hexColorLength.desc": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.", |
51 | 51 | "less.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
52 | 52 | "less.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older.",
|
53 | 53 | "less.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.",
|
|
81 | 81 | "scss.lint.emptyRules.desc": "Do not use empty rulesets.",
|
82 | 82 | "scss.lint.float.desc": "Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.",
|
83 | 83 | "scss.lint.fontFaceProperties.desc": "`@font-face` rule must define `src` and `font-family` properties.",
|
84 |
| - "scss.lint.hexColorLength.desc": "Hex colors must consist of three or six hex numbers.", |
| 84 | + "scss.lint.hexColorLength.desc": "Hex colors must consist of 3, 4, 6 or 8 hex numbers.", |
85 | 85 | "scss.lint.idSelector.desc": "Selectors should not contain IDs because these rules are too tightly coupled with the HTML.",
|
86 | 86 | "scss.lint.ieHack.desc": "IE hacks are only necessary when supporting IE7 and older.",
|
87 | 87 | "scss.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.",
|
|
0 commit comments