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
As per the NextJS documentation, the inclusion of the postcss.config.cjs file overrides the default NextJS CSS compilation behavior:
Warning: When you define a custom PostCSS configuration file, Next.js completely disables the default behavior. Be sure to manually configure all the features you need compiled, including Autoprefixer. You also need to install any plugins included in your custom configuration manually, i.e. npm install postcss-flexbugs-fixes postcss-preset-env.
The PostCSS configuration file in this template should be modified to something similar to keep the default behavior:
As per the NextJS documentation, the inclusion of the
postcss.config.cjs
file overrides the default NextJS CSS compilation behavior:The PostCSS configuration file in this template should be modified to something similar to keep the default behavior:
Moreover a note about this could also be included somewhere on the Mantine PostCSS Setup guide to at least inform users.
The text was updated successfully, but these errors were encountered: