Files
temporal-ai-agent/frontend/tailwind.config.js
Steve Androulakis 1fa11495e9 mucho UI fixes
2025-01-03 23:19:48 -08:00

12 lines
251 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}",
],
darkMode: "class", // enable dark mode by toggling a .dark class
theme: {
extend: {},
},
plugins: [],
};