Skip to content

Commit

Permalink
adding tailwind cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jun 25, 2024
1 parent 844318e commit 75623dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Helpers/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,23 +343,27 @@ public static function getProjectPaths(string $type = '', string $suffix = '', s
case 'custom':
case 'blocksDestinationCustom':
case 'blocksSourceCustom':
case 'blocksSourceTailwindCustom':
$name = 'custom';
break;
case 'component':
case 'components':
case 'blocksDestinationComponents':
case 'blocksSourceComponents':
case 'blocksSourceTailwindComponents':
$name = 'components';
break;
case 'variation':
case 'variations':
case 'blocksDestinationVariations':
case 'blocksSourceVariations':
case 'blocksSourceTailwindVariations':
$name = 'variations';
break;
case 'wrapper':
case 'blocksDestinationWrapper':
case 'blocksSourceWrapper':
case 'blocksSourceTailwindWrapper':
$name = 'wrapper';
break;
case 'blocksGlobalAssetsDestination':
Expand Down

0 comments on commit 75623dd

Please sign in to comment.