Pathora / frontend /postcss.config.js
malavikapradeep2001's picture
Initial Space
bf5da6b
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}