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 2fa10a0 commit ea544d8Copy full SHA for ea544d8
1 file changed
grunt-tasks/cssnext.js
@@ -2,6 +2,7 @@ module.exports = function(grunt) {
2
grunt.config('cssnext', {
3
options: {
4
sourcemap: true,
5
+ url : false
6
browsers: ['ff >= 4', 'ie >= 8', 'safari >= 5.1', 'opera >= 12', 'chrome >=10'],
7
import: { path: ["node_modules"] }
8
},
0 commit comments