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 2502700 commit b4998ecCopy full SHA for b4998ec
builder/patternlab.js
@@ -266,11 +266,7 @@ var patternlab_engine = function(grunt){
266
267
//ishControls
268
var ishControlsTemplate = grunt.file.read('./source/_patternlab-files/partials/ishControls.mustache');
269
-<<<<<<< HEAD
270
- var ishControlsPartialHtml = mustache.render(ishControlsTemplate, patternlab.config);
271
-=======
272
var ishControlsPartialHtml = renderPattern(ishControlsTemplate, patternlab.config);
273
->>>>>>> a38e78c13ca1f9b51ca570c2c1ebb077f880214c
274
275
//patternPaths
276
var patternPathsTemplate = grunt.file.read('./source/_patternlab-files/partials/patternPaths.mustache');
0 commit comments