Skip to content

Commit

Permalink
Update CSSLint rules
Browse files Browse the repository at this point in the history
Disable warning, since IE6/7 is not supported
  • Loading branch information
wa0x6e committed Oct 9, 2013
1 parent 6a00d60 commit b35ebca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -32,7 +32,8 @@ module.exports = function(grunt) {
base: {
src: "<%= pkg.name %>.css",
rules: {
"known-properties": false
"known-properties": false,
"box-sizing": false
}
}
},
Expand Down

0 comments on commit b35ebca

Please sign in to comment.