Updated version of the @zeit/next-css
plugin for Next.js with up-to-date dependencies
npm add -D @pytal/next-css
Enter the follwing into next.config.js
:
const withCSS = require('@pytal/next-css')
module.exports = withCSS({
// config options
})