shithub
zeroed-some
/
localtoast
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
localtoast
Public
Watch
0
Fork
0
Star
0
localtoast
/
frontend
/
postcss.config.mjs
JavaScript · 154 bytes
Raw
Blame
History
1
/** @type {import('postcss-load-config').Config} */
2
const
config
=
{
3
plugins
:
{
4
tailwindcss
:
{},
5
autoprefixer
:
{},
6
},
7
}
8
9
export
default
config