Mercurial > wikked
comparison static/bootstrap/less/bootstrap.less @ 88:a5a3d454eac9
Updated Bootstrap.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 05 Apr 2013 08:08:12 -0700 |
parents | 3c8e07af93c7 |
children | d29e2f337b00 |
comparison
equal
deleted
inserted
replaced
87:c0cf67362fb1 | 88:a5a3d454eac9 |
---|---|
1 /*! | 1 /*! |
2 * Bootstrap v2.2.2 | 2 * Bootstrap v2.3.1 |
3 * | 3 * |
4 * Copyright 2012 Twitter, Inc | 4 * Copyright 2012 Twitter, Inc |
5 * Licensed under the Apache License v2.0 | 5 * Licensed under the Apache License v2.0 |
6 * http://www.apache.org/licenses/LICENSE-2.0 | 6 * http://www.apache.org/licenses/LICENSE-2.0 |
7 * | 7 * |
8 * Designed and built with all the love in the world @twitter by @mdo and @fat. | 8 * Designed and built with all the love in the world @twitter by @mdo and @fat. |
9 */ | 9 */ |
10 | 10 |
11 // Core variables and mixins | |
12 @import "variables.less"; // Modify this for custom colors, font-sizes, etc | |
13 @import "custom-variables.less"; | |
14 @import "mixins.less"; | |
15 | |
11 // CSS Reset | 16 // CSS Reset |
12 @import "reset.less"; | 17 @import "reset.less"; |
13 | |
14 // Core variables and mixins | |
15 @import "variables.less"; // Modify this for custom colors, font-sizes, etc | |
16 @import "custom_variables.less"; // LOCAL MOD: Override default variables. | |
17 @import "mixins.less"; | |
18 | 18 |
19 // Grid system and page structure | 19 // Grid system and page structure |
20 @import "scaffolding.less"; | 20 @import "scaffolding.less"; |
21 @import "grid.less"; | 21 @import "grid.less"; |
22 @import "layouts.less"; | 22 @import "layouts.less"; |
26 @import "code.less"; | 26 @import "code.less"; |
27 @import "forms.less"; | 27 @import "forms.less"; |
28 @import "tables.less"; | 28 @import "tables.less"; |
29 | 29 |
30 // Components: common | 30 // Components: common |
31 //@import "sprites.less"; // LOCAL MOD: Don't use images for icons. | 31 @import "sprites.less"; |
32 @import "../../font-awesome/less/font-awesome.less"; // LOCAL MOD: Use FontAwesome for icons. | |
33 @import "dropdowns.less"; | 32 @import "dropdowns.less"; |
34 @import "wells.less"; | 33 @import "wells.less"; |
35 @import "component-animations.less"; | 34 @import "component-animations.less"; |
36 @import "close.less"; | 35 @import "close.less"; |
37 | 36 |