Files
psp_panel/src/assets/tailwind.css
T

11 lines
264 B
CSS
Raw Normal View History

2025-07-07 15:10:43 +03:00
@import 'tailwindcss';
2025-07-10 14:48:21 +03:00
@import 'tailwindcss-primeui';
2025-07-08 17:15:32 +03:00
@custom-variant dark (&:where(.app-dark, .app-dark *));
2025-07-07 15:10:43 +03:00
2025-07-07 16:21:14 +03:00
@theme {
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-2xl: 1920px;
2025-07-07 15:10:43 +03:00
}