Просмотр исходного кода

Merge pull request #215 from nwhite89/master

Moves Bootstrap Switch to be importable without mixins and variables
Emanuele 11 лет назад
Родитель
Сommit
2fc0f3746c
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 @@
     }
   }
 }
+