Skip to content

Commit

Permalink
Fixes PropertySortOrder errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davethegr8 authored and mdo committed Aug 11, 2017
1 parent ad84eeb commit 1ab4f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1ab4f57

Please sign in to comment.