Closed colinaaa closed 1 week ago
Integrate with PostCSS and Rsbuild.
postcss.config.js
export default { plugins: { cssnano: {}, }, }
tools.postcss
export default { tools: { postcss: { postcssOptions: { plugins: { cssnano: {} }, }, }, }, }
Note that we should remove the tailwindcss from the plugins of PostCSS.
tailwindcss
Integrate with PostCSS and Rsbuild.
postcss.config.js
:tools.postcss
:Note that we should remove the
tailwindcss
from the plugins of PostCSS.