Skip to content

Commit

Permalink
fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
esr360 committed Jun 10, 2017
1 parent 3531247 commit 57ad7a5
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 @@ -2125,7 +2125,7 @@ function breakpoint(media, value) {
return window.matchMedia(`(${media}: ${app.config.grid.breakpoints[value]})`).matches;
}

if (breakpoint('min-width', 'break-3)) {
if (breakpoint('min-width', 'break-3')) {
...
}
```
Expand Down

0 comments on commit 57ad7a5

Please sign in to comment.