KnowledgeBridge / postcss.config.js
fazeel007's picture
initial commit
7c012de
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}