deepshelf-api / frontend /postcss.config.js
nice-bill's picture
initial commit
cdb73a8
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}