fastapi-nextjs-static / frontend /postcss.config.js
radames's picture
first
fb963ad
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}