Adds out of the box support for following PostCSS plugins:
import postcss from '@vituum/vite-plugin-postcss'
export default {
plugins: [
postcss()
]
}
- If you want to add more PostCSS plugins, add them via css.postcss.plugins.
- If you want to use
postcss.config.cjs
addcss.postcss: process.cwd()
, PostCSS config and it's plugins will be used instead.
Read the docs to learn more about plugin options