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