2026-05-29 16:53:57 +02:00
|
|
|
@layer theme, base, components, utilities;
|
|
|
|
|
@import "tailwindcss/theme.css" layer(theme);
|
|
|
|
|
@import "tailwindcss/utilities.css" layer(utilities);
|
2025-11-30 18:10:54 +01:00
|
|
|
|
|
|
|
|
@source "../../**/*.{vue,js,ts,jsx,tsx}";
|
|
|
|
|
@source "../../../index.html";
|
|
|
|
|
|
|
|
|
|
@theme {
|
|
|
|
|
|
2026-07-07 13:54:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1920px) {
|
|
|
|
|
.cols-4-lg { width: 25% !important; }
|
2025-11-30 18:10:54 +01:00
|
|
|
}
|