We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b516bcc commit 4c47f92Copy full SHA for 4c47f92
src/fr/breakpoints.ts
@@ -98,7 +98,5 @@ export const breakpoints = {
98
return Object.fromEntries(
99
Object.entries(values).map(([key, value]) => [key, value * factor])
100
) 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()
+ }
104
};
0 commit comments