From cc51a744cee2bf5a044f488fb8f79b522ece014d Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Thu, 19 Oct 2017 14:02:24 -0700 Subject: [PATCH] Exposing `theme` and `patternStates` to Styleguidekit --- src/PatternLab/Config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PatternLab/Config.php b/src/PatternLab/Config.php index 73ecc09d..c090348f 100644 --- a/src/PatternLab/Config.php +++ b/src/PatternLab/Config.php @@ -248,6 +248,8 @@ public static function init($baseDir = "", $verbose = true) { self::setExposedOption("ishMinimum"); self::setExposedOption("ishViewportRange"); self::setExposedOption("outputFileSuffixes"); + self::setExposedOption("patternStates"); + self::setExposedOption("theme"); self::setExposedOption("plugins"); }