Skip to content

Commit

Permalink
remove same type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Oct 22, 2020
1 parent a69dc79 commit 29b2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/BootstrapFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ protected function sizing(): array
$items['w-'.$btClass] = 'w-'.$twClass;

//no percentages in TW for heights except for full
if ($btClass === '100') {
if ($btClass == 100) {
$items['h-'.$btClass] = 'h-'.$twClass;
}
}
Expand Down

0 comments on commit 29b2fd9

Please sign in to comment.