You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project's custom PostCSS configuration attempts to configure unnecessary plugins:
6
+
7
+
- postcss-modules-values
8
+
- postcss-modules-scope
9
+
- postcss-modules-extract-imports
10
+
- postcss-modules-local-by-default
11
+
- postcss-modules
12
+
13
+
#### Possible Ways to Fix It
14
+
15
+
Remove the plugin specified in the error message from your custom PostCSS configuration.
16
+
17
+
#### How do I configure CSS Modules?
18
+
19
+
CSS Modules are supported in [Next.js' built-in CSS support](https://nextjs.org/docs/advanced-features/customizing-postcss-config).
20
+
You can [read more](https://nextjs.org/docs/advanced-features/customizing-postcss-config) about how to use them [here](https://nextjs.org/docs/advanced-features/customizing-postcss-config).
0 commit comments