RepoAnalyzer / frontend /postcss.config.js
Manisankarrr's picture
project completed
f2f397e
Raw
History Blame Contribute Delete
86 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}