next.js/test/e2e/app-dir/turbopack-postcss-multiple-configs/styles/dir1/postcss.config.js
postcss.config.js4 lines86 B
module.exports = {
  plugins: [require('../postcss-plugin.js')({ color: 'blue' })],
}
Quest for Codev2.0.0
/
SIGN IN