Skip to content

Commit

Permalink
docs(readme): fix scss code block syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns committed Jul 22, 2020
1 parent d4467cf commit 2a3cc14
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 2a3cc14

Please sign in to comment.