From 33d7ed77c8cd19649a9c6ed2494bbd4865b0c199 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 8 Feb 2016 23:43:37 -0800 Subject: [PATCH] linting follow up to #19140 --- scss/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_card.scss b/scss/_card.scss index 27c5025f0f..e1f4d89a25 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; } } }