diff options
| author | Mark Otto <[email protected]> | 2016-02-08 23:43:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-08 23:43:37 -0800 |
| commit | 33d7ed77c8cd19649a9c6ed2494bbd4865b0c199 (patch) | |
| tree | 9c1094a6193d358967e609a7bd640bd80999b86b | |
| parent | 8c991939abf7909861df0cc9c6c7b5d04e8e9520 (diff) | |
| download | bootstrap-33d7ed77c8cd19649a9c6ed2494bbd4865b0c199.tar.xz bootstrap-33d7ed77c8cd19649a9c6ed2494bbd4865b0c199.zip | |
linting follow up to #19140
| -rw-r--r-- | scss/_card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 27c5025f0..e1f4d89a2 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -60,8 +60,8 @@ > .list-group:last-child { .list-group-item:last-child { - border-bottom-left-radius: $card-border-radius; border-bottom-right-radius: $card-border-radius; + border-bottom-left-radius: $card-border-radius; } } } |
