Skip to content

Commit

Permalink
Merge pull request #31 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate array key
  • Loading branch information
abdumu authored Oct 22, 2020
2 parents 276eefe + 564020f commit a69dc79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Framework/BootstrapFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ protected function general(): array
return 'container mx-auto sm:px-4';
},

//http://getbootstrap.com/docs/4.0/utilities/close-icon/
'close' => 'p-0 bg-transparent border-0 appearance-none',

//http://getbootstrap.com/docs/4.0/utilities/embed/
'embed-responsive' => '',
'embed-responsive-item' => '',
Expand Down Expand Up @@ -177,6 +174,7 @@ protected function general(): array
// 'collapse' => 'hidden',
'collapsing' => 'relative h-0 overflow-hidden ', //there should be a h-0

//http://getbootstrap.com/docs/4.0/utilities/close-icon/
'close' => 'absolute top-0 bottom-0 right-0 px-4 py-3',

//http://getbootstrap.com/docs/4.0/components/jumbotron/
Expand Down

0 comments on commit a69dc79

Please sign in to comment.