bootstrap.less 1.4 KB
Newer Older
1
/*!
yury's avatar
yury committed
2
 * Bootstrap @VERSION
3
 *
Mark Otto's avatar
Mark Otto committed
4
 * Copyright 2012 Twitter, Inc
5
6
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
Mark Otto's avatar
Mark Otto committed
7
 *
8
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
 * Date: @DATE
10
 */
11

12
13
// CSS Reset
@import "reset.less";
Jacob Thornton's avatar
Jacob Thornton committed
14

15
16
17
18
19
// Core variables and mixins
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "mixins.less";

// Grid system and page structure
20
@import "scaffolding.less";
21
22
@import "grid.less";
@import "layouts.less";
Jacob Thornton's avatar
Jacob Thornton committed
23

24
// Base CSS
25
26
27
@import "type.less";
@import "forms.less";
@import "tables.less";
28

29
// Components: common
30
@import "sprites.less";
31
@import "dropdowns.less";
32
33
34
35
36
@import "wells.less";
@import "component-animations.less";
@import "close.less";

// Components: Nav
37
@import "navs.less";
38
@import "navbar.less";
39
40
@import "breadcrumbs.less";
@import "pagination.less";
41
@import "pager.less";
42
43

// Components: Popovers
44
@import "modals.less";
45
@import "tooltip.less";
46
@import "popovers.less";
47
48
49
50
51
52
53

// Components: Buttons & Alerts
@import "buttons.less";
@import "button-groups.less";
@import "alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less

// Components: Misc
54
@import "thumbnails.less";
55
@import "labels.less";
56
@import "progress-bars.less";
57
@import "accordion.less";
58
@import "carousel.less";
59

60
61
// Utility classes
@import "utilities.less"; // Has to be last to override when necessary