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