10M-LLM / client /src /tailwind.config.js
abancp's picture
openwebbook2
82f9e44
raw
history blame contribute delete
180 Bytes
// tailwind.config.js
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}