From b8565b55763239f909341cd38de169d1dc536fde Mon Sep 17 00:00:00 2001 From: Paul Jackson Date: Fri, 14 Feb 2014 14:59:48 -0500 Subject: [PATCH] Build: Disabled CSSLint check for number of floats (fixes #4559) --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 7aa1936316f..2e97aa9423f 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -492,6 +492,7 @@ module.exports = (grunt) -> # Can be turned off after https://github.com/dimsemenov/Magnific-Popup/pull/303 lands "empty-rules": false "fallback-colors": false + "float": false "font-sizes": false "gradients": false "headings": false