Skip to content

Commit 492d0f5

Browse files
author
Michel Fedde
committed
Fix linting errors
1 parent 309c462 commit 492d0f5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dist/lumen/_bootswatch.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,16 @@ a.list-group-item {
330330
}
331331
}
332332

333-
.card, .modal-content, .popover, .toast {
333+
.card,
334+
.modal-content,
335+
.popover,
336+
.toast {
334337
@include shadow();
335338
border-top-width: 1px;
336339
}
337340

338-
.accordion-item:last-child, .list-group-item:last-child {
341+
.accordion-item:last-child,
342+
.list-group-item:last-child {
339343
@include shadow();
340344
}
341345

0 commit comments

Comments
 (0)