You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.pug
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,14 @@ extends _layouts/base
2
2
3
3
block appendincludes
4
4
include/_modules/demo/demo
5
+
include/_modules/breakpoints/breakpoints
5
6
6
7
blockcontent
7
8
:marked
8
9
This is a testing/demo site for mq-scss. Full documentation can be found on [GitHub](https://github.com/Dan503/mq-scss) and [npm](https://www.npmjs.com/package/mq-scss).
9
10
10
11
This site is best viewed on desktop. Resizing the browser window will cause different media queries to activate at different screen sizes.
0 commit comments