1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 23:30:04 +02:00

Fixes hound code style/standards

This commit is contained in:
Dave
2017-05-26 11:11:10 -07:00
committed by Mark Otto
parent 2a2231d55b
commit ad84eeb6e9

View File

@@ -18,8 +18,8 @@
.progress-bar { .progress-bar {
display: flex; display: flex;
justify-content: center;
align-items: center; align-items: center;
justify-content: center;
height: 100%; height: 100%;
color: $progress-bar-color; color: $progress-bar-color;
background-color: $progress-bar-bg; background-color: $progress-bar-bg;