Skip to content

Commit b1b07e8

Browse files
committed
Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that are still necessary in supported browsers
1 parent 5e0a2ca commit b1b07e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grunt.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ grunt.initConfig({
306306
"important": false,
307307
"outline-none": false,
308308
// especially this one
309-
"overqualified-elements": false
309+
"overqualified-elements": false,
310+
"compatible-vendor-prefixes": false
310311
}
311312
}
312313
},

0 commit comments

Comments
 (0)