davibe / next.js-example-with-global-stylesheet

Next.js example for including a global stylesheet with HMR
91 stars 15 forks source link

postcss.config.js is doesnt worker? #12

Open Taffyw opened 7 years ago

Taffyw commented 7 years ago

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 ] }