File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,10 @@ export const breakpoints = {
7777 return out ;
7878 } ) ( ) ,
7979 "valuesUnit" : unit ,
80- "emValues" : ( ( ) => {
81-
80+ "emValues" : ( ( ) => {
8281 assert < Equals < typeof unit , "em" > > ( ) ;
8382
8483 return values ;
85-
8684 } ) ( ) ,
8785 /**
8886 * Returns the breakpoint values in px.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ import { useBreakpointsValuesPx } from "./useBreakpointsValuesPx";
44export type { BreakpointKeys , BreakpointsValues } ;
55
66/** @deprecated Use import { useBreakpointsValuesPx } from "@codegouvfr/react-dsfr/useBreakpointsValuesPx"; instead */
7- export const useBreakpointsValues = useBreakpointsValuesPx ;
7+ export const useBreakpointsValues = useBreakpointsValuesPx ;
You can’t perform that action at this time.
0 commit comments