bay-area-affiliates/.postcssrc.json

10 lines
128 B
JSON

{
"plugins": {
"@tailwindcss/postcss": {
"optimize": {
"minify": true
}
}
}
}