tangled
alpha
login
or
join now
scanash.com
/
better-pds-dash
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
better-pds-dash
/
postcss.config.mjs
at
main
7 lines
94 B
view raw
wrap content
scanash.com
actual initial commit
3mo ago
c6a146c2
1
const
config
=
{
2
plugins
:
{
3
'@tailwindcss/postcss'
:
{
}
,
4
}
,
5
}
;
6
7
export
default
config
;