shithub
tenseleyflow
/
jubjubword
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
jubjubword
Public
Watch
0
Fork
0
Star
0
jubjubword
/
frontend
/
postcss.config.mjs
JavaScript · 81 bytes
Raw
Blame
History
1
const
config
=
{
2
plugins
:
[
"@tailwindcss/postcss"
],
3
};
4
5
export
default
config
;