rust-sandbox / svelte /postcss.config.js
HugoDzz's picture
feat: πŸš€
d5c39db
raw
history blame
No virus
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}