PostCSS.config is a path (string) or a boolean?
https://nuxt.com/docs/api/configuration/nuxt-config/#postcss
The docs are confusing as to whether or not
postcss.config
is supposed to receive a path to a postcss.config.js
, or it's a boolean indicating that one exists, or it's the actual config object itself?
The schema seems to indicate boolean, but that doesn't seem to make sense?
Nuxt
Nuxt Configuration Reference • Nuxt
Nuxt makes web development intuitive and fun. The open source framework NuxtJS makes the development of modern web applications simple.
2 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
@Mahdi probably so... I'd guess this was overlooked. I can maybe bring it up as a PR to change the docs and remove the config option.