CorrSteer / demo /postcss.config.js
seonglae's picture
fix: add demo
6b7d17f
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}