repos
/
orly
/
app
/
smesh
/ postcss.config.js
postcss.config.js
raw
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {}
5
}
6
}
7