Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit b654e82

Browse files
authored
Exposing theme and patternStates to Styleguidekit (pattern-lab#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

Lines changed: 2 additions & 0 deletions
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)