mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that are still necessary in supported browsers
This commit is contained in:
parent
5e0a2ca1e5
commit
b1b07e8046
3
grunt.js
3
grunt.js
@ -306,7 +306,8 @@ grunt.initConfig({
|
|||||||
"important": false,
|
"important": false,
|
||||||
"outline-none": false,
|
"outline-none": false,
|
||||||
// especially this one
|
// especially this one
|
||||||
"overqualified-elements": false
|
"overqualified-elements": false,
|
||||||
|
"compatible-vendor-prefixes": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user