ManimCat / frontend /postcss.config.js
Bin29's picture
Sync from main: 68df783 feat: support multimodal studio reference images
d47b053
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}