Fork-Awesome/3.2.1/assets/less/responsive.less

54 lines
1.4 KiB
Plaintext
Raw Normal View History

2012-06-05 03:33:52 +08:00
/*!
2013-06-13 02:43:02 +08:00
* Bootstrap Responsive v2.3.2
2012-06-05 03:33:52 +08:00
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
// Responsive.less
// For phone and tablet devices
// -------------------------------------------------------------
// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately
2013-06-13 02:43:02 +08:00
@import "bootstrap-2.3.2/variables.less"; // Modify this for custom colors, font-sizes, etc
@import "bootstrap-2.3.2/mixins.less";
2012-06-05 03:33:52 +08:00
2013-06-13 02:43:02 +08:00
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
2012-06-05 03:33:52 +08:00
// RESPONSIVE CLASSES
// ------------------
2013-06-13 02:43:02 +08:00
@import "bootstrap-2.3.2/responsive-utilities.less";
2012-06-05 03:33:52 +08:00
// MEDIA QUERIES
// ------------------
2013-01-02 13:40:00 +08:00
// Large desktops
2013-06-13 02:43:02 +08:00
@import "bootstrap-2.3.2/responsive-1200px-min.less";
2013-01-02 13:40:00 +08:00
@import "responsive-1200px-min.less";
2012-06-05 03:33:52 +08:00
// Tablets to regular desktops
2013-06-13 02:43:02 +08:00
@import "bootstrap-2.3.2/responsive-768px-979px.less";
2012-06-05 03:33:52 +08:00
@import "responsive-768px-979px.less";
2013-01-02 13:40:00 +08:00
// Phones to portrait tablets and narrow desktops
2013-06-13 02:43:02 +08:00
@import "bootstrap-2.3.2/responsive-767px-max.less";
2013-01-02 13:40:00 +08:00
@import "responsive-767px-max.less";
2012-06-05 03:33:52 +08:00
// RESPONSIVE NAVBAR
// ------------------
// From 979px and below, show a button to toggle navbar contents
2013-06-13 02:43:02 +08:00
@import "bootstrap-2.3.2/responsive-navbar.less";
2012-06-05 03:33:52 +08:00
@import "responsive-navbar.less";