2 * Bootstrap Responsive v2.3.1
4 * Copyright 2012 Twitter, Inc
5 * Licensed under the Apache License v2.0
6 * http://www.apache.org/licenses/LICENSE-2.0
8 * Designed and built with all the love in the world @twitter by @mdo and @fat.
13 // For phone and tablet devices
14 // -------------------------------------------------------------
17 // REPEAT VARIABLES & MIXINS
18 // -------------------------
19 // Required since we compile the responsive stuff separately
21 @import "variables.less"; // Modify this for custom colors, font-sizes, etc
22 @import "mixins.less";
28 @import "responsive-utilities.less";
35 @import "responsive-1200px-min.less";
37 // Tablets to regular desktops
38 @import "responsive-768px-979px.less";
40 // Phones to portrait tablets and narrow desktops
41 @import "responsive-767px-max.less";
47 // From 979px and below, show a button to toggle navbar contents
48 @import "responsive-navbar.less";