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