Skip to content

Commit

Permalink
Merge pull request #49 from andyli/patch-1
Browse files Browse the repository at this point in the history
whitespace-no-wrap => whitespace-nowrap
  • Loading branch information
abdumu authored Jun 18, 2021
2 parents b4f07f3 + e098d6a commit 4636034
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 @@ -411,7 +411,7 @@ protected function spacing(): array
protected function text(): array
{
$items = [
'text-nowrap' => 'whitespace-no-wrap',
'text-nowrap' => 'whitespace-nowrap',
'text-truncate' => 'truncate',

'text-lowercase' => 'lowercase',
Expand Down

0 comments on commit 4636034

Please sign in to comment.