index
:
zorascript
master
Mirror of https://github.com/RosstheRoss/zorascript
Matt Strapp was here
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clients
/
www
/
postcss.config.cjs
blob: 054c147cbf4a4e53873924b7120b5415853b1ed6 (
plain
) (
blame
)
1
2
3
4
5
6
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{},
autoprefixer
:
{}
}
};