CodeMind / postcss.config.js
devjas1
feat: Inital commit from recovered state
80b95e8
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}