Skip to content

Commit 2192d46

Browse files
EsrefDurnamichael-ciniawsky
authored andcommitted
docs(README): rename cssnext to postcss-cssnext (#216)
1 parent 63f3b14 commit 2192d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module.exports = ({ file, options, env }) => ({
172172
parser: file.extname === '.sss' ? 'sugarss' : false,
173173
plugins: {
174174
'postcss-import': { root: file.dirname },
175-
'cssnext': options.cssnext ? options.cssnext : false,
175+
'postcss-cssnext': options.cssnext ? options.cssnext : false,
176176
'autoprefixer': env == 'production' ? options.autoprefixer : false,
177177
'cssnano': env === 'production' ? options.cssnano : false
178178
}

0 commit comments

Comments
 (0)