Skip to content

Commit

Permalink
Fix tailwind viewport generation in launch task
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtimbrook committed Oct 26, 2023
1 parent 36ec52b commit f21899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Launch.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function handle()
),
'STORYBOOK_SORT_ORDER' => json_encode($this->storybookSortOrder),
'STORYBOOK_VIEWPORTS' => json_encode(
$this->buildTailwindViewports(),
$this->buildTailwindViewports($this->storybookViewports),
),
'LIBSTORYPATH' => $this->vendorPath . '/stories',
'PROJECTPATH' => base_path(),
Expand Down

0 comments on commit f21899a

Please sign in to comment.