From: Jörn Zaefferer Date: Tue, 23 Oct 2012 15:54:32 +0000 (-0400) Subject: Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that... X-Git-Tag: 1.9.1~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b1b07e8046aa0f0b543ade96eb28567af68efb81;p=jquery-ui.git Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that are still necessary in supported browsers --- diff --git a/grunt.js b/grunt.js index 6e8655b40..96b53fe95 100644 --- a/grunt.js +++ b/grunt.js @@ -306,7 +306,8 @@ grunt.initConfig({ "important": false, "outline-none": false, // especially this one - "overqualified-elements": false + "overqualified-elements": false, + "compatible-vendor-prefixes": false } } },