2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fixes PropertySortOrder errors

This commit is contained in:
Dave
2017-05-26 11:21:02 -07:00
committed by Mark Otto
parent ad84eeb6e9
commit 1ab4f57af4
+1 -1
View File
@@ -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);