Skip to content

Commit 4c7924a

Browse files
Fix function definition
1 parent e295013 commit 4c7924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
}
3434
]
3535
},
36-
postcss: function {
36+
postcss: function () {
3737
return [autoprefixer, csswring];
3838
}
3939
}

0 commit comments

Comments
 (0)