1 2 3 4 5
/** @type {import("tailwindcss").Config} */ module.exports = { darkMode: ["class"], content: ["./index.html", "./src/**/*.{ts,tsx}"], };