File tree Expand file tree Collapse file tree 4 files changed +1273
-1140
lines changed Expand file tree Collapse file tree 4 files changed +1273
-1140
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class ResponsiveImages {
9191 const fileCount = files . original . length ;
9292
9393 if ( fileCount === 0 ) {
94- return this . log ( "No images found." ) ;
94+ return this . log ( "No images found.\n " ) ;
9595 }
9696
9797 this . log ( `${ fileCount } original image ${ fileCount < 2 ? "file" : "files" } found.\n` ) ;
Original file line number Diff line number Diff line change 5656 </ ul >
5757 < form class ="form-inline my-2 my-lg-0 ">
5858 < input class ="form-control mr-sm-2 " type ="search " placeholder ="Search " aria-label ="Search " />
59- < button class ="btn my-2 my-sm-0 " type ="submit "> Search</ button >
59+ < button class ="btn btn-primary my-2 my-sm-0 " type ="submit "> Search</ button >
6060 </ form >
6161 </ div >
6262 </ div >
@@ -349,7 +349,7 @@ <h3>DropUp Split Button</h3>
349349 < button type ="button " class ="btn btn-outline-secondary "> Main Action</ button >
350350 < button
351351 type ="button "
352- class ="btn btn-info dropdown-toggle dropdown-toggle-split "
352+ class ="btn btn-secondary dropdown-toggle dropdown-toggle-split "
353353 data-toggle ="dropdown "
354354 aria-haspopup ="true "
355355 aria-expanded ="false "
You can’t perform that action at this time.
0 commit comments