Files
status-web/tailwind.config.ts
2025-09-10 22:47:28 +09:00

9 lines
273 B
TypeScript

// Minimal root Tailwind config so tools that auto-load Tailwind
// (e.g., prettier-plugin-tailwindcss during ESLint) can resolve one.
// Individual apps/packages have their own configs; this is a safe default.
export default {
content: [],
theme: {},
plugins: [],
}