4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
|
const withCSS = require('@zeit/next-css')
|
||
|
module.exports = withCSS({
|
||
|
cssModules: true
|
||
|
})
|