tangled
alpha
login
or
join now
hallaine.com
/
web
0
fork
atom
this repo has no description
hallaine.com
0
fork
atom
overview
issues
pulls
pipelines
web
/
postcss.config.mjs
at
main
7 lines
94 B
view raw
wrap content
hallaine.com
Initial commit from Create Next App
3mo ago
38e95f82
1
const
config
=
{
2
plugins
:
{
3
"@tailwindcss/postcss"
:
{
}
,
4
}
,
5
}
;
6
7
export
default
config
;