kokoro-podcast-generator / front /postcss.config.js
ngxson's picture
ngxson HF staff
first working version
8e0957b
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}