Uecko_ERP/apps/web/src/global.css

20 lines
610 B
CSS
Raw Normal View History

2025-05-10 08:40:40 +00:00
@import 'tailwindcss';
2025-05-19 16:15:01 +00:00
@import "tw-animate-css";
2025-05-17 19:12:01 +00:00
2025-05-10 08:40:40 +00:00
@import '@repo/shadcn-ui/globals.css';
@import '@repo/rdx-ui/globals.css';
2025-05-09 10:45:32 +00:00
2025-05-19 16:39:12 +00:00
@theme {
--font-sans: "Calibri", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
2025-05-19 16:15:01 +00:00
/**
* 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';