♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
no-double-tailwind-execution
/
postcss.config.mjs
postcss.config.mjs
6 lines
79 B
const config = {
plugins: ['@tailwindcss/postcss'],
}
export default config
v2.0.0
/
Go
SIGN IN