bootstrap.less 897 Bytes
Newer Older
1
/*!
yury's avatar
yury committed
2
 * Bootstrap @VERSION
3
 *
Mark Otto's avatar
Mark Otto committed
4
 * Copyright 2011 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
23
24
25
// Styled patterns and elements
@import "type.less";
@import "forms.less";
@import "tables.less";
26
27

// Temp catchall for what's missing thus far
28
29
@import "patterns.less";

30
@import "dropdowns.less";
31
32
33
34
35
36
37
38
@import "tabs-pills.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "modals.less";
@import "twipsy.less";
@import "popovers.less";
@import "media-grids.less";

39
40
// Responsive
@import "responsive.less";