Skip to content

Commit d1d0eac

Browse files
committed
Ignore box-model in default csslintrc
Details: https://github.com/CSSLint/csslint/wiki/Beware-of-box-model-size Our reasoning is that if you understand the CSS box model, you would find this rule annoying and we should optimize for experienced CSS authors.
1 parent 045a877 commit d1d0eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/csslint/.csslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
--exclude-exts=.min.css
2-
--ignore=adjoining-classes,ids,order-alphabetical,unqualified-attributes
2+
--ignore=adjoining-classes,box-model,ids,order-alphabetical,unqualified-attributes

0 commit comments

Comments
 (0)