emotion-detection-api / app /frontend /tailwind.config.js
mahmdshafee's picture
Upload 19 files
802c62c verified
raw
history blame contribute delete
199 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
"./public/index.html"
],
theme: {
extend: {},
},
plugins: [],
}