Disable duplicate-background-images rule

This causes false positives for mixins that set the background-image.
This commit is contained in:
Kevin Sawicki 2013-09-04 14:04:24 -07:00 committed by Ben Ogle
parent d2efaf03d1
commit ed4b69b43f

View File

@ -96,6 +96,7 @@ module.exports = (grunt) ->
csslint:
options:
'adjoining-classes': false
'duplicate-background-images': false
'box-model': false
'box-sizing': false
'bulletproof-font-face': false