This commit is contained in:
Pierre Rudloff 2017-06-01 11:38:35 +02:00
parent bb0f3b9f7c
commit 19bbe3f11c
3 changed files with 9 additions and 5 deletions

View file

@ -103,6 +103,10 @@ module.exports = function (grunt) {
}
},
csslint: {
options: {
'box-sizing': false,
'bulletproof-font-face': false
},
css: {
src: 'css/*'
}