bootstrap.less 1.35 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";
Jacob Thornton's avatar
Jacob Thornton committed
21

22
// Base CSS
23
24
25
@import "type.less";
@import "forms.less";
@import "tables.less";
26

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

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

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

// 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
52
@import "thumbnails.less";
53
@import "labels.less";
54
@import "progress-bars.less";
55
@import "accordion.less";
56
@import "carousel.less";
57

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