diff --git a/README.md b/README.md index 455bcd05..1def7928 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ module.exports = ({ file, options, env }) => ({ parser: file.extname === '.sss' ? 'sugarss' : false, plugins: { 'postcss-import': { root: file.dirname }, - 'cssnext': options.cssnext ? options.cssnext : false, + 'postcss-cssnext': options.cssnext ? options.cssnext : false, 'autoprefixer': env == 'production' ? options.autoprefixer : false, 'cssnano': env === 'production' ? options.cssnano : false }