agents / frontend /tailwind.config.js
rain1024's picture
Initial commit: RAG Agent chat UI for Vietnamese law
0fb0b85
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};