Skip to content

Commit dc03d51

Browse files
cho-leukeleuRyanZim
authored andcommitted
Fix syntax error in docs (#141)
1 parent 3c90a48 commit dc03d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = (ctx) => ({
105105
map: ctx.options.map,
106106
parser: ctx.file.extname === '.sss' ? 'sugarss' : false,
107107
plugins: {
108-
'postcss-import': { root: ctx.file.dirname }),
108+
'postcss-import': { root: ctx.file.dirname },
109109
'cssnano': ctx.env === 'production' ? {} : false
110110
}
111111
})

0 commit comments

Comments
 (0)