18 lines
522 B
CSS
18 lines
522 B
CSS
@import "@repo/shadcn-ui/globals.css";
|
|
@import "@repo/rdx-ui/globals.css";
|
|
@import "@erp/core/globals.css";
|
|
@import "@erp/customers/globals.css";
|
|
@import "@erp/customer-invoices/globals.css";
|
|
|
|
/**
|
|
* Tailwind CSS official document:
|
|
* https://tailwindcss.com/docs/detecting-classes-in-source-files
|
|
*
|
|
* if you ever need to explicitly add a source that's excluded by default,
|
|
* you can always add it with the @source directive.
|
|
*/
|
|
|
|
/*@source '../node_modules/@repo/shadcn-ui';
|
|
@source '../node_modules/@repo/rdx-ui';
|
|
*/
|