stable-diffusion-tpu / postcss.config.js
Esteves Enzo
init
cf8b7da
raw
history blame
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}