tangled
alpha
login
or
join now
hilk.eu
/
indiemusich-lexicon
2
fork
atom
this repo has no description
2
fork
atom
overview
issues
pulls
pipelines
indiemusich-lexicon
/
postcss.config.mjs
at
main
7 lines
94 B
view raw
wrap content
Hilke Ros
Initial commit from Create Next App
7d ago
a732cfd8
1
const
config
=
{
2
plugins
:
{
3
"@tailwindcss/postcss"
:
{
}
,
4
}
,
5
}
;
6
7
export
default
config
;