Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 733e018

Browse files
authored
Merge pull request #8 from ryanponce/patch-2
Add syntax highlighting to Readme
2 parents 3c2c7bd + 17a5924 commit 733e018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you are supporting browsers that lack [CSS Grid Layout support](https://devel
8080

8181
One of the best parts about CSS Grid Layout is that your users can rearrange the layout at any width in their own media query. Your grid will also support rearranging layout at custom breakpoints for the legacy implementation when the user compiles their own Sass. Just have them define the following map of rem widths before they import in your Sass file:
8282

83-
```
83+
```scss
8484
$extraBreakpoints: (
8585
xsm: 10,
8686
whatever: 78,

0 commit comments

Comments
 (0)