]> source.dussan.org Git - jquery-ui.git/commitdiff
Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 23 Oct 2012 15:54:32 +0000 (11:54 -0400)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 23 Oct 2012 15:54:32 +0000 (11:54 -0400)
grunt.js

index 6e8655b409a47481c036e11f9f98f7d29401ed25..96b53fe95c7aea8cc2d1db031b64dd224a6fc5e3 100644 (file)
--- 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
                        }
                }
        },