Skip to content

Commit 1ab4f57

Browse files
davethegr8mdo
authored andcommitted
Fixes PropertySortOrder errors
1 parent ad84eeb commit 1ab4f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_progress.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
.progress {
99
display: flex;
1010
align-items: center;
11+
height: $progress-height;
1112
overflow: hidden; // force rounded corners by cropping it
1213
font-size: $progress-font-size;
13-
height: $progress-height;
1414
line-height: $progress-height;
1515
background-color: $progress-bg;
1616
@include border-radius($progress-border-radius);

0 commit comments

Comments
 (0)