LiveDisplayX
/
postcss.config.mjs
postcss.config.mjs
Raw
const
config
=
{
plugins
:
[
"@tailwindcss/postcss"
]
,
}
;
export
default
config
;