Skip to content

Commit b654e82

Browse files
authored
Exposing theme and patternStates to Styleguidekit (#143)
1 parent 495d9c8 commit b654e82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PatternLab/Config.php

+2
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ public static function init($baseDir = "", $verbose = true) {
248248
self::setExposedOption("ishMinimum");
249249
self::setExposedOption("ishViewportRange");
250250
self::setExposedOption("outputFileSuffixes");
251+
self::setExposedOption("patternStates");
252+
self::setExposedOption("theme");
251253
self::setExposedOption("plugins");
252254

253255
}

0 commit comments

Comments
 (0)