Skip to content

Commit 347a192

Browse files
authored
Merge pull request #4 from noreading/v1.2.1
Updated packages
2 parents b13f7f3 + 1e57cf0 commit 347a192

File tree

4 files changed

+1273
-1140
lines changed

4 files changed

+1273
-1140
lines changed

bin/images.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`);

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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"

0 commit comments

Comments
 (0)