Commit 1ab4f57a authored by Dave's avatar Dave Committed by Mark Otto
Browse files

Fixes PropertySortOrder errors

parent ad84eeb6
Showing with 1 addition and 1 deletion
+1 -1
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
.progress { .progress {
display: flex; display: flex;
align-items: center; align-items: center;
height: $progress-height;
overflow: hidden; // force rounded corners by cropping it overflow: hidden; // force rounded corners by cropping it
font-size: $progress-font-size; font-size: $progress-font-size;
height: $progress-height;
line-height: $progress-height; line-height: $progress-height;
background-color: $progress-bg; background-color: $progress-bg;
@include border-radius($progress-border-radius); @include border-radius($progress-border-radius);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment