tangled
alpha
login
or
join now
keii.dev
/
aktiematchen
"Stockfight" is a simple frontend to compare stocks on the swedish stock market
0
fork
atom
overview
issues
pulls
pipelines
aktiematchen
/
postcss.config.cjs
at
master
85 B
view raw
1
const
config
=
{
2
plugins
:
{
3
tailwindcss
:
{
}
,
4
}
,
5
}
;
6
7
module
.
exports
=
config
;