Clafoutis / app /frontend /postcss.config.js
maribakulj
feat(frontend): implement lot 3 minimal Mirador reading workspace
6c47a0b
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}