]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix mixin include
authorMark Otto <markd.otto@gmail.com>
Wed, 27 Dec 2017 00:49:35 +0000 (16:49 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 28 Dec 2017 01:56:28 +0000 (17:56 -0800)
scss/_buttons.scss

index a9216ced7a534457977c4648f6460fbb7228af8b..b2b6a1740ad313ccecae9cbc472edf83bc13c894 100644 (file)
   &:not([disabled]):not(.disabled):active,
   &:not([disabled]):not(.disabled).active {
     background-image: none;
-    box-shadow: $btn-active-box-shadow;
+    @include box-shadow($btn-active-box-shadow);
 
     &:focus {
-      @box-shadow: $btn-focus-box-shadow, $btn-active-box-shadow;
+      @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
     }
   }
 }