diff options
| author | Mark Otto <[email protected]> | 2013-01-15 17:55:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-15 17:55:14 -0800 |
| commit | 85db846b651842444d374f8e54f3f362ca18d08e (patch) | |
| tree | 3f8bd10e17327ebcb0a8f5d719741be49cbf6580 /less/bootstrap.less | |
| parent | 094767fbfe09b921da1f3f5deba4db2c79be37f5 (diff) | |
| download | bootstrap-85db846b651842444d374f8e54f3f362ca18d08e.tar.xz bootstrap-85db846b651842444d374f8e54f3f362ca18d08e.zip | |
mobile-first navs, navbar, grids, and type
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index c30be82cf..8e60e41c0 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -15,12 +15,22 @@ // Reset @import "normalize.less"; +// Core CSS +@import "scaffolding.less"; +@import "type.less"; +@import "code.less"; +@import "grid.less"; +// Components: common +@import "component-animations.less"; -/* +// Components: Nav +@import "navs.less"; +@import "navbar.less"; + +/* // Grid system and page structure -@import "scaffolding.less"; @import "grid.less"; // Base CSS |
