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