Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit f3bede6

Browse files
committed
Remove next-css in /example
1 parent 5f2b187 commit f3bede6

File tree

3 files changed

+29
-304
lines changed

3 files changed

+29
-304
lines changed

example/next.config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
2-
* Add CSS imports
2+
* Configure Next.js
33
*
4-
* @see https://github.com/zeit/next-plugins/tree/master/packages/next-css
4+
* @see https://nextjs.org/docs/#custom-configuration
55
*/
6-
const withCSS = require('@zeit/next-css');
7-
8-
module.exports = withCSS();
6+
module.exports = {};

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"not op_mini all"
1111
],
1212
"dependencies": {
13-
"@zeit/next-css": "^1.0.1",
1413
"next": "^9.0.3",
1514
"prop-types": "link:../node_modules/prop-types",
1615
"react": "link:../node_modules/react",

0 commit comments

Comments
 (0)