Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Remove box-model rule.
Browse files Browse the repository at this point in the history
Most projects should not have to support IE6. The unfortunate ones should reenable the rule in the local build.properties file.
  • Loading branch information
kasperg committed Dec 19, 2011
1 parent b06d59a commit 90e1fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.default.properties
Expand Up @@ -49,7 +49,7 @@ csslint.repository.revision = v0.8.5

# The csslint rules to use
# The current selection is based on discussion here: http://mattwilcox.net/archive/entry/id/1054/
csslint.rules = box-model,display-property-grouping,duplicate-properties,empty-rules,known-properties,box-sizing,compatible-vendor-prefixes,gradients,vendor-prefix,import,zero-units,shorthand,important
csslint.rules = display-property-grouping,duplicate-properties,empty-rules,known-properties,box-sizing,compatible-vendor-prefixes,gradients,vendor-prefix,import,zero-units,shorthand,important
# The csslint rules which should cause the build to break if detected
csslint.rules.break = parsing-errors

Expand Down

0 comments on commit 90e1fd2

Please sign in to comment.