tangled
alpha
login
or
join now
markbennett.ca
/
bluespoon
0
fork
atom
Meal planning and recipes sorted
0
fork
atom
overview
issues
pulls
pipelines
bluespoon
/
postcss.config.mjs
at
main
7 lines
94 B
view raw
wrap content
markbennett.ca
Start fresh from nextjs-oauth-tutorial
4w ago
7eb30e28
1
const
config
=
{
2
plugins
:
{
3
"@tailwindcss/postcss"
:
{
}
,
4
}
,
5
}
;
6
7
export
default
config
;