Преглед на файлове

Moves Bootstrap Switch to be importable without mixins and variables

Nick White преди 11 години
родител
ревизия
6e6bccaf67
променени са 2 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 3 0
      src/less/bootstrap2/base.less
  2. 1 3
      src/less/bootstrap2/bootstrap-switch.less

+ 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 @@
     }
   }
 }
+