You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web/src/utils/layout.ts

8 lines
198 B
TypeScript

// resolution is used to define the breakpoints for the media queries.
// It's same as the breakpoints defined in tailwind.config.js
export const resolution = {
sm: 640,
md: 768,
lg: 1024,
};