next.js-example-with-global-stylesheet
next.js-example-with-global-stylesheet copied to clipboard
postcss.config.js is doesnt worker?
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 ] }