Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.

web


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

const BREAKPOINT_MD: "(min-width: 768px)" = "(min-width: 768px)"

Tailwind md breakpoint — tablet and above.

Last updated on