diff options
| author | Mark Otto <[email protected]> | 2013-07-27 18:56:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 18:56:31 -0700 |
| commit | b281ad64096d919145159ffbc4e1a5b284708d9b (patch) | |
| tree | 66ae3741f34561082a1703c197db9c635266b96a /less/bootstrap.less | |
| parent | e953c23019ca8abd14e29eb03290ec6bbf5fedd9 (diff) | |
| download | bootstrap-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.less | 1 |
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"; |
