Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): fix scss code block syntax highlighting #21

Merged
merged 1 commit into from
Jul 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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