Sign in
apache
/
airavata-custos
/
HEAD
/
.
/
web
/
postcss.config.mjs
blob: 61e36849cf7cfa9f1f71b4a3964a4953e3e243d3 [
file
]
const
config
=
{
plugins
:
{
"@tailwindcss/postcss"
:
{},
},
};
export
default
config
;