tangled
alpha
login
or
join now
samsour.de
/
eny-space
1
fork
atom
eny.space Landingpage
1
fork
atom
overview
issues
pulls
pipelines
eny-space
/
postcss.config.mjs
at
develop
7 lines
94 B
view raw
wrap content
samsour.de
feat(app): integrate Tailwind CSS and update styles with new global CSS file
2mo ago
ce1ac314
1
const
config
=
{
2
plugins
:
{
3
"@tailwindcss/postcss"
:
{
}
,
4
}
,
5
}
;
6
7
export
default
config
;