From 1ab4f57af4553b36e9c65e15e1426c573286bbab Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 26 May 2017 11:21:02 -0700 Subject: [PATCH] Fixes PropertySortOrder errors --- scss/_progress.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);