We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea544d8 commit dfa6687Copy full SHA for dfa6687
1 file changed
grunt-tasks/cssnext.js
@@ -2,7 +2,7 @@ module.exports = function(grunt) {
2
grunt.config('cssnext', {
3
options: {
4
sourcemap: true,
5
- url : false
+ url : false,
6
browsers: ['ff >= 4', 'ie >= 8', 'safari >= 5.1', 'opera >= 12', 'chrome >=10'],
7
import: { path: ["node_modules"] }
8
},
0 commit comments