Skip to content

Commit

Permalink
Merge pull request #23 from mdpeltz/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
zellwk committed Mar 8, 2021
2 parents de9e403 + 3940d7c commit 4411715
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 @@ -2,7 +2,7 @@

Mappy Breakpoints is a breakpoint mixin I have hacked together to streamline web development when using a Sass map to hold the breakpoint plugin. [Here's why I made this mixin](http://www.zell-weekeat.com/mappy-breakpoints)

Here's a quick example. Say you a breakpoints map and you want to grab do a `min-width` query for `small` and `max-width` query for `large`.
Here's a quick example. Say you have a breakpoints map and you want to grab do a `min-width` query for `small` and `max-width` query for `large`.

~~~scss
$breakpoints: (
Expand Down

0 comments on commit 4411715

Please sign in to comment.