diff --git a/README.md b/README.md index 4f48e44..4d0bbf3 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ If a two values are provided, mappy-breakpoints will produce a `min-width` and ` If a `max-width` or `max` string is provided, `mappy-breakpoints()` will produce a `max-width` query. -~~~ +~~~scss // Max Width Query // --------------- @@ -190,6 +190,7 @@ It can use the same `$breakpoints` map as well. If a `max-height` or `max` string is provided, `mappy-breakpoints()` will produce a `max-height` query. +~~~scss // Max Height Query // --------------- @@ -272,4 +273,4 @@ Finally, `$breakpoints` determines which map to use for the width and height que #### v0.1.2 -- Changed media queries into em unit instead of rem unit \ No newline at end of file +- Changed media queries into em unit instead of rem unit