dashboard / frontend /postcss.config.js
timchen0618
Deploy research dashboard
b03f016
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};