From: Mark Otto Date: Mon, 23 Oct 2017 02:43:35 +0000 (-0700) Subject: Replace some border-radius properties for the mixin, closes #23872 X-Git-Tag: v4.0.0-beta.3~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b7c10aae838fd300e172309653cc8b85c6cdfeb;p=thirdparty%2Fbootstrap.git Replace some border-radius properties for the mixin, closes #23872 --- 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 {