tangled
alpha
login
or
join now
modamo.xyz
/
twelveDaysOfSkeetmas
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
twelveDaysOfSkeetmas
/
postcss.config.mjs
at
master
94 B
view raw
1
const
config
=
{
2
plugins
:
{
3
"@tailwindcss/postcss"
:
{
}
,
4
}
,
5
}
;
6
7
export
default
config
;