next.js-example-with-global-stylesheet icon indicating copy to clipboard operation
next.js-example-with-global-stylesheet copied to clipboard

postcss.config.js is doesnt worker?

Open Taffyw opened this issue 6 years ago • 0 comments

autoprefixer is invalid

module.exports = { plugins: [ require('postcss-easy-import')({prefix: '_'}), // keep this first require('autoprefixer')({ browsers: ['last 100 versions'], cascade: false }) // so imports are auto-prefixed too ] }

Taffyw avatar Oct 26 '17 07:10 Taffyw