real-time-model / frontend /postcss.config.js
FagerholmEmil
Update README with comprehensive documentation for Real-Time Latent Consistency Model
5ea361f
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};