From 0fcab4fc005b631152b434ccca0f48260dbf23f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:21:14 +0300 Subject: [PATCH] update tailwind.css --- src/tailwind.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tailwind.css b/src/tailwind.css index 041b482..263e274 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -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; } \ No newline at end of file