fix compile for bootstra 4.5.3
[roojs1] / scss / bootstrap / mixins / _badge.scss
index f1c4991..5c03ff1 100644 (file)
@@ -2,7 +2,8 @@
   color: color-yiq($bg);
   background-color: $bg;
 
-  @at-root a#{&} {
+  /* @at-root a#{&} { */
+  &[href] {
     @include hover-focus() {
       color: color-yiq($bg);
       background-color: darken($bg, 10%);