mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Adding @include everytime it's not the case
This commit is contained in:
committed by
Mark Otto
parent
8006203e47
commit
00d028e646
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
display: inline-block;
|
||||
padding: var(--#{$prefix}badge-padding-y) var(--#{$prefix}badge-padding-x);
|
||||
font-size: var(--#{$prefix}badge-font-size);
|
||||
@include font-size(var(--#{$prefix}badge-font-size));
|
||||
font-weight: var(--#{$prefix}badge-font-weight);
|
||||
line-height: 1;
|
||||
color: var(--#{$prefix}badge-color);
|
||||
|
||||
Reference in New Issue
Block a user