Skip to content

Commit 2ef4449

Browse files
docs(README): inconsistent use of cssnext && postcss-cssnext references
1 parent 45d10ce commit 2ef4449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
parser: 'sugarss',
4242
plugins: {
4343
'postcss-import': {},
44-
'cssnext': {},
44+
'postcss-cssnext': {},
4545
'autoprefixer': {},
4646
'cssnano': {}
4747
}
@@ -204,7 +204,7 @@ module.exports = ({ file, options, env }) => ({
204204
options: {
205205
plugins: (loader) => [
206206
require('postcss-import')({ root: loader.resourcePath }),
207-
require('cssnext')(),
207+
require('postcss-cssnext')(),
208208
require('autoprefixer')(),
209209
require('cssnano')()
210210
]

0 commit comments

Comments
 (0)