fix breakpoints

pull/7377/head
atakan tepe 2025-03-05 17:43:33 +03:00
parent 3cc64344a3
commit 9f973837fb
1 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,11 @@
@custom-variant dark (&:where(.p-dark, .p-dark *));
@theme {
--breakpoint-sm: '576px';
--breakpoint-md: '768px';
--breakpoint-lg: '992px';
--breakpoint-xl: '1200px';
--breakpoint-2xl: '1920px';
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-2xl: 1920px;
}
@custom-variant p-invalid (&[data-p~="invalid"]);