update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / 3.2.1 / assets / less / responsive.less
1 /*!
2  * Bootstrap Responsive v2.3.2
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 "bootstrap-2.3.2/variables.less"; // Modify this for custom colors, font-sizes, etc
22 @import "bootstrap-2.3.2/mixins.less";
23
24 @import "variables.less"; // Modify this for custom colors, font-sizes, etc
25
26 // RESPONSIVE CLASSES
27 // ------------------
28
29 @import "bootstrap-2.3.2/responsive-utilities.less";
30
31
32 // MEDIA QUERIES
33 // ------------------
34
35 // Large desktops
36 @import "bootstrap-2.3.2/responsive-1200px-min.less";
37 @import "responsive-1200px-min.less";
38
39 // Tablets to regular desktops
40 @import "bootstrap-2.3.2/responsive-768px-979px.less";
41 @import "responsive-768px-979px.less";
42
43 // Phones to portrait tablets and narrow desktops
44 @import "bootstrap-2.3.2/responsive-767px-max.less";
45 @import "responsive-767px-max.less";
46
47
48 // RESPONSIVE NAVBAR
49 // ------------------
50
51 // From 979px and below, show a button to toggle navbar contents
52 @import "bootstrap-2.3.2/responsive-navbar.less";
53 @import "responsive-navbar.less";