Promptaid-VIsion / frontend /postcss.config.js
SCGR's picture
IFRC UI library
5fb557c
raw
history blame contribute delete
102 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};