Skip to content

Commit 8a7706e

Browse files
author
John Persson
committed
fix(readme): Fix faulty breakpoint example
1 parent 0c46d16 commit 8a7706e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import styledBreakpoint from '@humblebee/styled-components-breakpoint';
2929

3030
// Creates an object with breakpoint utility methods.
3131
export const breakpoint = styledBreakpoint({
32-
xxs: 320,
32+
xxs: 0,
3333
xs: 320,
3434
s: 576,
3535
m: 768,

0 commit comments

Comments
 (0)