Lint CSS
This commit is contained in:
parent
bb0f3b9f7c
commit
19bbe3f11c
3 changed files with 9 additions and 5 deletions
|
@ -103,6 +103,10 @@ module.exports = function (grunt) {
|
|||
}
|
||||
},
|
||||
csslint: {
|
||||
options: {
|
||||
'box-sizing': false,
|
||||
'bulletproof-font-face': false
|
||||
},
|
||||
css: {
|
||||
src: 'css/*'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue