Clinical-DataBase-Analysis / postcss.config.js
prithivMLmods's picture
Upload postcss.config.js
83400f6 verified
raw
history blame
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};