Skip to content

Commit

Permalink
Remove @zeit/next-css from docs (#10168)
Browse files Browse the repository at this point in the history
* Removed next-css from docs

* Added mention for next-stylus
  • Loading branch information
Luis Alvarez D authored and timneutkens committed Jan 20, 2020
1 parent e04e5a5 commit 7f02154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next.config.js/custom-webpack-config.md
Expand Up @@ -6,9 +6,9 @@ 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-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)
Expand Down

0 comments on commit 7f02154

Please sign in to comment.