Upgrade to bootstrap 4.5
[roojs1] / scss / bootstrap / _badge.scss
index 3e144f2..42c5d08 100644 (file)
@@ -6,20 +6,21 @@
 .badge {
   display: inline-block;
   padding: $badge-padding-y $badge-padding-x;
-  font-size: $badge-font-size;
+  @include font-size($badge-font-size);
   font-weight: $badge-font-weight;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   @include border-radius($badge-border-radius);
-/*
+  @include transition($badge-transition);
+
   @at-root a#{&} {
-    @include hover-focus {
+    @include hover-focus() {
       text-decoration: none;
     }
   }
-*/
+
   // Empty badges collapse automatically
   &:empty {
     display: none;