mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixes PropertySortOrder errors
This commit is contained in:
parent
ad84eeb6e9
commit
1ab4f57af4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue