From: Dave Date: Fri, 26 May 2017 18:21:02 +0000 (-0700) Subject: Fixes PropertySortOrder errors X-Git-Tag: v4.0.0-beta.2~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab4f57af4553b36e9c65e15e1426c573286bbab;p=thirdparty%2Fbootstrap.git Fixes PropertySortOrder errors --- diff --git a/scss/_progress.scss b/scss/_progress.scss index 4faa890e42..cd52ed3860 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -8,9 +8,9 @@ .progress { display: flex; align-items: center; + height: $progress-height; overflow: hidden; // force rounded corners by cropping it font-size: $progress-font-size; - height: $progress-height; line-height: $progress-height; background-color: $progress-bg; @include border-radius($progress-border-radius);