diff options
| author | Linmiao Xu <[email protected]> | 2012-01-26 15:51:11 -0800 |
|---|---|---|
| committer | Linmiao Xu <[email protected]> | 2012-01-26 15:51:11 -0800 |
| commit | ef4e3bc0f7549e327c45792884a264faab402400 (patch) | |
| tree | a5601a8f62f5d1b22fc5a8b8f090d94ea44eb1f7 /lib/bootstrap.less | |
| parent | d8e1001836f869436df2de2905411b2236c8cbad (diff) | |
| download | bootstrap-ef4e3bc0f7549e327c45792884a264faab402400.tar.xz bootstrap-ef4e3bc0f7549e327c45792884a264faab402400.zip | |
Move hero-unit css out of pattern.less and include it. Fixes #1185.
Diffstat (limited to 'lib/bootstrap.less')
| -rw-r--r-- | lib/bootstrap.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less index ede31c035..bc9f84373 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -57,6 +57,7 @@ @import "progress-bars.less"; @import "accordion.less"; @import "carousel.less"; +@import "hero-unit.less"; // Utility classes @import "utilities.less"; // Has to be last to override when necessary |
