We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0496f0d commit 5998c9cCopy full SHA for 5998c9c
core/lib/parameter_hunter.js
@@ -272,7 +272,7 @@ var parameter_hunter = function () {
272
allData = plutils.mergeData(allData, paramData);
273
274
//if the partial has pattern parameters itself, we need to handle those
275
- // findparameters(partialPattern, patternlab);
+ findparameters(partialPattern, patternlab);
276
277
//if partial has style modifier data, replace the styleModifier value
278
if (pattern.stylePartials && pattern.stylePartials.length > 0) {
0 commit comments