README / postcss.config.js
John Bowyer
Replace with org-card app - simpler React app for organization page
5acadf5
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}