Breakpoints
Breakpoint tokens define the min-width thresholds used by responsive utilities. For more information on the default available breakpoints and utilities, visit Tailwind
@theme {
--breakpoint-sm: 40rem;
--breakpoint-md: 48rem;
--breakpoint-lg: 64rem;
--breakpoint-xl: 80rem;
--breakpoint-2xl: 96rem;
}Resize the viewport to see the active range update.
base: below 40remsm: 40rem and upmd: 48rem and uplg: 64rem and upxl: 80rem and up2xl: 96rem and up
Last updated on