We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c90a48 commit dc03d51Copy full SHA for dc03d51
1 file changed
README.md
@@ -105,7 +105,7 @@ module.exports = (ctx) => ({
105
map: ctx.options.map,
106
parser: ctx.file.extname === '.sss' ? 'sugarss' : false,
107
plugins: {
108
- 'postcss-import': { root: ctx.file.dirname }),
+ 'postcss-import': { root: ctx.file.dirname },
109
'cssnano': ctx.env === 'production' ? {} : false
110
}
111
})
0 commit comments