web / lib/constants/breakpoints
lib/constants/breakpoints
CSS breakpoint constants matching Tailwind’s default breakpoints.
Use these with useMediaQuery to keep JS-based responsive logic in sync with Tailwind’s CSS breakpoints.
Variables
BREAKPOINT_MD
constBREAKPOINT_MD:"(min-width: 768px)"="(min-width: 768px)"
Tailwind md breakpoint — tablet and above.
Last updated on