aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js3
1 files changed, 2 insertions, 1 deletions
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
}
}
},