1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

fix scss linting

This commit is contained in:
Mark Otto
2015-06-19 00:14:36 -07:00
parent 930ed8df32
commit eaa67a82d3
4 changed files with 4 additions and 5 deletions

View File

@@ -11,11 +11,11 @@
padding-left: .6em;
font-size: .75em;
font-weight: $badge-font-weight;
color: $badge-color;
line-height: $line-height-base;
color: $badge-color;
text-align: center;
vertical-align: middle;
white-space: nowrap;
vertical-align: middle;
background-color: $badge-bg;
@include border-radius($badge-border-radius);