update tailwind.css

This commit is contained in:
Mehmet Çetin
2025-07-07 16:21:14 +03:00
parent 3f845f3714
commit 0fcab4fc00

View File

@@ -5,4 +5,12 @@
[role='button']:not(:disabled) {
cursor: pointer;
}
}
@theme {
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-2xl: 1920px;
}