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

Commit 17a5924

Browse files
authored
Update README.md
1 parent e55c1eb commit 17a5924

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-
```sass
83+
```scss
8484
$extraBreakpoints: (
8585
xsm: 10,
8686
whatever: 78,

0 commit comments

Comments
 (0)