We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2749dbd commit 4e39f56Copy full SHA for 4e39f56
1 file changed
examples/typescript/responsiveSystem.ts
@@ -10,7 +10,6 @@ const breakpoints = {
10
export const { ScreenClassProvider, useResponsiveProps, responsive } = createResponsiveSystem({
11
defaultScreenClass: 'lg',
12
breakpoints,
13
- mode: 'desktop-first',
14
});
15
16
// ResponsiveProps takes 2 type args: the breakpoints, and the props
0 commit comments