twbs--bootstrap/less/responsive.less

49 lines
1.0 KiB
Plaintext
Raw Normal View History

2012-01-30 03:04:26 +00:00
/*!
2012-10-30 04:00:53 +00:00
* Bootstrap Responsive v2.2.0
2012-01-30 03:04:26 +00: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
// -------------------------------------------------------------
2011-10-16 10:15:36 +00:00
// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "mixins.less";
// RESPONSIVE CLASSES
// ------------------
@import "responsive-utilities.less";
// MEDIA QUERIES
// ------------------
2012-06-25 23:25:50 +00:00
// Large desktops
@import "responsive-1200px-min.less";
2011-10-16 10:15:36 +00:00
// Tablets to regular desktops
@import "responsive-768px-979px.less";
2012-06-25 23:25:50 +00:00
// Phones to portrait tablets and narrow desktops
@import "responsive-767px-max.less";
2011-10-16 10:15:36 +00:00
// RESPONSIVE NAVBAR
// ------------------
// From 979px and below, show a button to toggle navbar contents
@import "responsive-navbar.less";