Skip to content

Commit

Permalink
Merge pull request #21 from jendowns/patch-1
Browse files Browse the repository at this point in the history
docs(readme): fix scss code block syntax highlighting
  • Loading branch information
zellwk committed Jul 23, 2020
2 parents d4467cf + 2a3cc14 commit de9e403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
// ---------------

Expand Down Expand Up @@ -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
// ---------------

Expand Down Expand Up @@ -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
- Changed media queries into em unit instead of rem unit

0 comments on commit de9e403

Please sign in to comment.