From 5faf1c887ec6ca8c5ec7fba7a9e2d41dec62f37c Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Mon, 20 Jan 2020 09:33:28 -0500 Subject: [PATCH 1/2] Removed next-css from docs --- docs/api-reference/next.config.js/custom-webpack-config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api-reference/next.config.js/custom-webpack-config.md b/docs/api-reference/next.config.js/custom-webpack-config.md index e3dd4af69c5f651..a87a37a44b060a6 100644 --- a/docs/api-reference/next.config.js/custom-webpack-config.md +++ b/docs/api-reference/next.config.js/custom-webpack-config.md @@ -6,7 +6,6 @@ description: Extend the default webpack config added by Next.js. Some commonly asked for features are available as plugins: -- [@zeit/next-css](https://github.com/zeit/next-plugins/tree/master/packages/next-css) - [@zeit/next-sass](https://github.com/zeit/next-plugins/tree/master/packages/next-sass) - [@zeit/next-less](https://github.com/zeit/next-plugins/tree/master/packages/next-less) - [@zeit/next-preact](https://github.com/zeit/next-plugins/tree/master/packages/next-preact) From 81c004d7a7a885af45a601222eab8154c30fdf5d Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Mon, 20 Jan 2020 09:34:59 -0500 Subject: [PATCH 2/2] Added mention for next-stylus --- docs/api-reference/next.config.js/custom-webpack-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api-reference/next.config.js/custom-webpack-config.md b/docs/api-reference/next.config.js/custom-webpack-config.md index a87a37a44b060a6..df75f9998e8465d 100644 --- a/docs/api-reference/next.config.js/custom-webpack-config.md +++ b/docs/api-reference/next.config.js/custom-webpack-config.md @@ -8,6 +8,7 @@ Some commonly asked for features are available as plugins: - [@zeit/next-sass](https://github.com/zeit/next-plugins/tree/master/packages/next-sass) - [@zeit/next-less](https://github.com/zeit/next-plugins/tree/master/packages/next-less) +- [@zeit/next-stylus](https://github.com/zeit/next-plugins/tree/master/packages/next-stylus) - [@zeit/next-preact](https://github.com/zeit/next-plugins/tree/master/packages/next-preact) - [@next/mdx](https://github.com/zeit/next.js/tree/canary/packages/next-mdx) - [@next/bundle-analyzer](https://github.com/zeit/next.js/tree/canary/packages/next-bundle-analyzer)