Skip to content

Commit 4e39f56

Browse files
committed
Chore: Fix "mode" in typescript example
1 parent 2749dbd commit 4e39f56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/typescript/responsiveSystem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const breakpoints = {
1010
export const { ScreenClassProvider, useResponsiveProps, responsive } = createResponsiveSystem({
1111
defaultScreenClass: 'lg',
1212
breakpoints,
13-
mode: 'desktop-first',
1413
});
1514

1615
// ResponsiveProps takes 2 type args: the breakpoints, and the props

0 commit comments

Comments
 (0)