RAG-document-assistant / frontend /tailwind.config.js
vn6295337's picture
Initial commit: RAG Document Assistant with Zero-Storage Privacy
f866820
raw
history blame contribute delete
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}