Skip to content

Commit

Permalink
fix(readme): Fix faulty breakpoint example
Browse files Browse the repository at this point in the history
  • Loading branch information
John Persson committed Dec 14, 2017
1 parent 0c46d16 commit 8a7706e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import styledBreakpoint from '@humblebee/styled-components-breakpoint';

// Creates an object with breakpoint utility methods.
export const breakpoint = styledBreakpoint({
xxs: 320,
xxs: 0,
xs: 320,
s: 576,
m: 768,
Expand Down

0 comments on commit 8a7706e

Please sign in to comment.