riseup-squad18/MEDICONNECT 2/tailwind.config.js
2025-10-07 14:53:47 -03:00

14 lines
204 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
darkMode: "class",
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}