We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888b9d1 commit dde0715Copy full SHA for dde0715
1 file changed
src/rules/important.js
@@ -29,7 +29,7 @@ CSSLint.addRule({
29
parser.addListener("endstylesheet", function(){
30
reporter.stat("important", count);
31
if (count >= 10){
32
- reporter.rollupWarn("Too many !important declarations (" + count + "), try to use less than 10 to avoid specifity issues.", rule);
+ reporter.rollupWarn("Too many !important declarations (" + count + "), try to use less than 10 to avoid specificity issues.", rule);
33
}
34
});
35
0 commit comments