PR-AGENT / postcss.config.js
Seth
Your commit message
3c11192
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};