Skip to content

Commit a817740

Browse files
8881RyanZim
authored andcommitted
Fix syntax error in docs (#103)
1 parent 7db0de4 commit a817740

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
@@ -111,7 +111,7 @@ module.exports = (ctx) => ({
111111
map: ctx.options.map,
112112
parser: ctx.options.parser,
113113
plugins: {
114-
'postcss-import': { root: ctx.file.dirname }),
114+
'postcss-import': { root: ctx.file.dirname },
115115
'cssnano': ctx.env === 'production' ? {} : false
116116
}
117117
})

0 commit comments

Comments
 (0)