mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 08:34:13 +01:00
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
|
const withStylus = require('@zeit/next-stylus')
|
||
|
const withCss = require('@zeit/next-css')
|
||
|
|
||
|
module.exports = withCss(withStylus({
|
||
|
// cssModules: true,
|
||
|
}))
|