We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0afce3 + 529728c commit 8f376e7Copy full SHA for 8f376e7
core/lib/ui_builder.js
@@ -595,9 +595,6 @@ const ui_builder = function () {
595
//plugins
596
output += 'var plugins = ' + JSON.stringify(patternlab.plugins || []) + ';' + eol;
597
598
- //theme
599
- output += 'var theme = ' + JSON.stringify(patternlab.config.theme) + ';' + eol;
600
-
601
//smaller config elements
602
output += 'var defaultShowPatternInfo = ' + (patternlab.config.defaultShowPatternInfo ? patternlab.config.defaultShowPatternInfo : 'false') + ';' + eol;
603
output += 'var defaultPattern = "' + (patternlab.config.defaultPattern ? patternlab.config.defaultPattern : 'all') + '";' + eol;
0 commit comments