/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
errors/postcss-ignored-plugin.mdx
22 строки
621 B
Delba de Oliveira
docs: Move pages from Config section into guides (#78496)
24 апр 2025, 15:28
Не верифицирован
24 апр 2025, 15:28
7a64ada
Код
Авторство
О чём код?
--- title: Ignored PostCSS Plugin --- ## Why This Error Occurred The project's custom PostCSS configuration attempts to configure unnecessary plugins: - postcss-modules-values - postcss-modules-scope - postcss-modules-extract-imports - postcss-modules-local-by-default - postcss-modules ## Possible Ways to Fix It Remove the plugin specified in the error message from your custom PostCSS configuration. ### How do I configure CSS Modules? CSS Modules are supported in [Next.js' built-in CSS support](/docs/pages/guides/post-css). You can [read more about how to use CSS Modules here](/docs/pages/guides/post-css).