Skip to content

Commit f74faa3

Browse files
committed
replace ishMinMax with ishViewportRange
part of https://github.com/pattern-lab/styleguidekit-assets-default/releases/tag/v3.5.0 i know this file isnt really used
1 parent 7971a2e commit f74faa3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

patternlab-config.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@
4747
"tools-all": false,
4848
"tools-docs": false
4949
},
50-
"ishMinimum": "240",
51-
"ishMaximum": "2600",
50+
"ishViewportRange": {
51+
"s": [240, 500],
52+
"m": [500, 800],
53+
"l": [800, 2600]
54+
},
5255
"patternStateCascade": ["inprogress", "inreview", "complete"],
5356
"patternExportPatternPartials": [],
5457
"patternExportDirectory": "./pattern_exports/",

0 commit comments

Comments
 (0)