RS-AAAI / frontend /tailwind.config.js
peihsin0715
Add all project files for HF Spaces deployment
7c447a5
raw
history blame contribute delete
210 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/forms')],
}