aboutsummaryrefslogtreecommitdiff
path: root/less/bootstrap.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-27 18:56:31 -0700
committerMark Otto <[email protected]>2013-07-27 18:56:31 -0700
commitb281ad64096d919145159ffbc4e1a5b284708d9b (patch)
tree66ae3741f34561082a1703c197db9c635266b96a /less/bootstrap.less
parente953c23019ca8abd14e29eb03290ec6bbf5fedd9 (diff)
downloadbootstrap-b281ad64096d919145159ffbc4e1a5b284708d9b.tar.xz
bootstrap-b281ad64096d919145159ffbc4e1a5b284708d9b.zip
Input groups overhaul
* Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 307f72f42..b7f393d7a 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -28,6 +28,7 @@
// Components: common
@import "component-animations.less";
+@import "input-groups.less";
@import "dropdowns.less";
@import "list-group.less";
@import "panels.less";