LAYOUT: move to compiled less to make things faster
[e-DoKo.git] / css / bootstrap / responsive.less
1 /*!
2  * Bootstrap Responsive v2.1.1
3  *
4  * Copyright 2012 Twitter, Inc
5  * Licensed under the Apache License v2.0
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9  */
10
11
12 // Responsive.less
13 // For phone and tablet devices
14 // -------------------------------------------------------------
15
16
17 // REPEAT VARIABLES & MIXINS
18 // -------------------------
19 // Required since we compile the responsive stuff separately
20
21 @import "variables.less"; // Modify this for custom colors, font-sizes, etc
22 @import "mixins.less";
23
24
25 // RESPONSIVE CLASSES
26 // ------------------
27
28 @import "responsive-utilities.less";
29
30
31 // MEDIA QUERIES
32 // ------------------
33
34 // Large desktops
35 @import "responsive-1200px-min.less";
36
37 // Tablets to regular desktops
38 @import "responsive-768px-979px.less";
39
40 // Phones to portrait tablets and narrow desktops
41 @import "responsive-767px-max.less";
42
43
44 // RESPONSIVE NAVBAR
45 // ------------------
46
47 // From 979px and below, show a button to toggle navbar contents
48 @import "responsive-navbar.less";