ElevenClip-AI / frontend /tailwind.config.js
JakgritB
feat(frontend): add human-ai clip editor
09e2e7a
raw
history blame contribute delete
218 Bytes
export default {
content: ["./index.html", "./src/**/*.{js,jsx}"],
theme: {
extend: {
fontFamily: {
sans: ["Inter", "ui-sans-serif", "system-ui", "sans-serif"]
}
}
},
plugins: []
};