### Description
This option is added to allow skipping the relative postcss config
resolving for node_modules in Next.js. Currently the postcss config is
resolved in node_modules too which causes problems when packages
accidentally publish the postcss.config.js.
<!--
✍️ Write a short summary of your work.
If necessary, include relevant screenshots.
-->
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->
---------
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>