Skip to content

Commit dfa6687

Browse files
author
Mike Taylor
committed
Comma fix.
1 parent ea544d8 commit dfa6687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grunt-tasks/cssnext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = function(grunt) {
22
grunt.config('cssnext', {
33
options: {
44
sourcemap: true,
5-
url : false
5+
url : false,
66
browsers: ['ff >= 4', 'ie >= 8', 'safari >= 5.1', 'opera >= 12', 'chrome >=10'],
77
import: { path: ["node_modules"] }
88
},

0 commit comments

Comments
 (0)