drawings-to-human / frontend /postcss.config.cjs
radames's picture
svelte frontend
838b286
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}