From 3940d7c607b37ef91c1efcbdcc08b5bbfe121a8f Mon Sep 17 00:00:00 2001 From: mdpeltz <42756496+mdpeltz@users.noreply.github.com> Date: Sat, 6 Mar 2021 20:18:57 -0600 Subject: [PATCH] Update README.md changed Say you a breakpoint map Say you have a breakpoint map --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0bbf3..3275503 100644 --- a/README.md +++ b/README.md @@ -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: (