detectAI / frontend /tailwind.config.js
vivek1192's picture
Setup CI/CD for Hugging Face
171eb01
raw
history blame contribute delete
204 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}