소스 검색

Merge pull request #215 from nwhite89/master

Moves Bootstrap Switch to be importable without mixins and variables
Emanuele 11 년 전
부모
커밋
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 @@
     }
   }
 }
+