diff options
| author | Mark Otto <[email protected]> | 2012-01-07 15:52:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 15:52:57 -0800 |
| commit | 1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c (patch) | |
| tree | c0d6089e1ab91821f2743e93d03f627d9eb05ddc /lib/bootstrap.less | |
| parent | 418e2c7d58d9fc6a126a58427b14a2cf68f97423 (diff) | |
| download | bootstrap-1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c.tar.xz bootstrap-1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c.zip | |
overhauled docs to include example markup, add language around browser support and classes
Diffstat (limited to 'lib/bootstrap.less')
| -rw-r--r-- | lib/bootstrap.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less index 0335f8651..d82dffc65 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -30,7 +30,6 @@ @import "wells.less"; @import "component-animations.less"; @import "close.less"; -@import "progress-bars.less"; // Components: Nav @import "navbar.less"; @@ -52,6 +51,7 @@ // Components: Misc @import "thumbnails.less"; @import "labels.less"; +@import "progress-bars.less"; // Responsive @import "responsive.less";
\ No newline at end of file |
