Procházet zdrojové kódy

Moves Bootstrap Switch to be importable without mixins and variables

Nick White před 11 roky
rodič
revize
6e6bccaf67

+ 3 - 0
src/less/bootstrap2/base.less

@@ -0,0 +1,3 @@
+@import "variables";
+@import "mixins";
+@import "bootstrap-switch";

+ 1 - 3
src/less/bootstrap2/bootstrap-switch.less

@@ -1,6 +1,3 @@
-@import "variables";
-@import "mixins";
-
 .has-switch {
   display: inline-block;
   cursor: pointer;
@@ -181,3 +178,4 @@
     }
   }
 }
+