mirror of
https://github.com/status-im/status-web.git
synced 2026-08-30 22:01:15 +00:00
9 lines
273 B
TypeScript
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: [],
|
|
}
|