org-network / frontend /postcss.config.mjs
5minbetter's picture
deploy: initial clean workspace without lfs history
33d9e63
Raw
History Blame Contribute Delete
93 Bytes
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;