Skip to content

Commit 4c47f92

Browse files
committed
Remove deprecated API
1 parent b516bcc commit 4c47f92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fr/breakpoints.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,5 @@ export const breakpoints = {
9898
return Object.fromEntries(
9999
Object.entries(values).map(([key, value]) => [key, value * factor])
100100
) as any;
101-
},
102-
/** @deprecated use breakpoints.values if you're ok with getting the value in em or breakpoints.getPxValues() if you want the value in pixel */
103-
"getBreakpointsValues": () => breakpoints.getPxValues()
101+
}
104102
};

0 commit comments

Comments
 (0)