Ignore display-property-grouping lint errors

These aren't always accurate since the computed value for floats
can override the specified value.
This commit is contained in:
Kevin Sawicki 2013-08-08 16:46:58 -07:00
parent 6178294537
commit d13d0543b9

View File

@ -77,6 +77,7 @@ module.exports = (grunt) ->
'box-sizing': false
'bulletproof-font-face': false
'compatible-vendor-prefixes': false
'display-property-grouping': false
'fallback-colors': false
'font-sizes': false
'gradients': false