tangled
alpha
login
or
join now
modamo.xyz
/
llamify
A listen later implementation for Spotify
0
fork
atom
overview
issues
pulls
pipelines
llamify
/
postcss.config.mjs
at
main
94 B
view raw
1
const
config
=
{
2
plugins
:
{
3
"@tailwindcss/postcss"
:
{
}
,
4
}
,
5
}
;
6
7
export
default
config
;