Skip to content

Commit

Permalink
Exposing theme and patternStates to Styleguidekit (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Oct 19, 2017
1 parent 495d9c8 commit b654e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PatternLab/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

This comment has been minimized.

Copy link
@sghoweri

sghoweri Oct 22, 2017

Contributor

@EvanLovely what are theme and patternStates for / do? Docs on these?

(yes, I know these are going to be relating to some of the Styleguidekit updates Brad's been working on but without me knowing that, I wouldn't know that these options existed or what they might be used for)

self::setExposedOption("plugins");

}
Expand Down

0 comments on commit b654e82

Please sign in to comment.