Skip to content

Commit ac0e138

Browse files
authored
Removing defaults for ishViewportRange so it doesn't unexpectedly limit viewport range. (#145)
1 parent b654e82 commit ac0e138

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/config.yml.default

-6
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ defaultPattern: "all"
4343

4444
# show pattern info by default on the "view all" views
4545
defaultShowPatternInfo: false
46-
47-
# Set a range of viewport widths for S, M, & L buttons
48-
ishViewportRange:
49-
s: [320, 500]
50-
m: [500, 800]
51-
l: [800, 1200]

0 commit comments

Comments
 (0)