Uecko_ERP/apps/web/src/global.css

18 lines
522 B
CSS
Raw Normal View History

2025-07-07 18:25:13 +00:00
@import "@repo/shadcn-ui/globals.css";
@import "@repo/rdx-ui/globals.css";
2025-10-21 18:05:12 +00:00
@import "@erp/core/globals.css";
2025-07-07 18:25:13 +00:00
@import "@erp/customers/globals.css";
@import "@erp/customer-invoices/globals.css";
2025-05-09 10:45:32 +00:00
2025-05-19 16:15:01 +00:00
/**
* Tailwind CSS official document:
* https://tailwindcss.com/docs/detecting-classes-in-source-files
*
2025-07-07 18:25:13 +00:00
* if you ever need to explicitly add a source that's excluded by default,
2025-05-19 16:15:01 +00:00
* you can always add it with the @source directive.
*/
2025-07-07 18:25:13 +00:00
2025-07-08 17:23:29 +00:00
/*@source '../node_modules/@repo/shadcn-ui';
2025-07-07 18:25:13 +00:00
@source '../node_modules/@repo/rdx-ui';
2025-07-08 17:23:29 +00:00
*/