omnisealbench_mduppes / frontend /postcss.config.js
Mark Duppenthaler
update with css
d588824
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}