migratron / postcss.config.js
amrithanandini's picture
Initial React UI commit
569ce7c
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}