From 7b7c10aae838fd300e172309653cc8b85c6cdfeb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Oct 2017 19:43:35 -0700 Subject: [PATCH] Replace some border-radius properties for the mixin, closes #23872 --- scss/_card.scss | 4 ++-- scss/_code.scss | 2 +- scss/_list-group.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/_card.scss b/scss/_card.scss index 66f344eda0..a3a435a7f8 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -231,13 +231,13 @@ } &:not(:first-child):not(:last-child):not(:only-child) { - border-radius: 0; + @include border-radius(0); .card-img-top, .card-img-bottom, .card-header, .card-footer { - border-radius: 0; + @include border-radius(0); } } } diff --git a/scss/_code.scss b/scss/_code.scss index b88f5b61de..a9fe624bc2 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -51,7 +51,7 @@ pre { font-size: inherit; color: inherit; background-color: transparent; - border-radius: 0; + @include border-radius(0); } } diff --git a/scss/_list-group.scss b/scss/_list-group.scss index abe132255d..d771364cb0 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -87,7 +87,7 @@ .list-group-item { border-right: 0; border-left: 0; - border-radius: 0; + @include border-radius(0); } &:first-child {