ElevenClip-AI / frontend /postcss.config.js
JakgritB
feat(frontend): add human-ai clip editor
09e2e7a
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};