mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
// Optional PostCSS configuration for applications that need it
|
|
export const postcssConfig = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
}
|