middleman/middleman-core/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/responsive.less
2013-05-09 14:41:26 -07:00

49 lines
1.1 KiB
Plaintext
Executable file

/*!
* Bootstrap Responsive v2.0.4
*
* 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
@import "_variables.less"; // Modify this for custom colors, font-sizes, etc
@import "_mixins.less";
// RESPONSIVE CLASSES
// ------------------
@import "_responsive-utilities.less";
// MEDIA QUERIES
// ------------------
// Phones to portrait tablets and narrow desktops
@import "_responsive-767px-max.less";
// Tablets to regular desktops
@import "_responsive-768px-979px.less";
// Large desktops
@import "_responsive-1200px-min.less";
// RESPONSIVE NAVBAR
// ------------------
// From 979px and below, show a button to toggle navbar contents
@import "_responsive-navbar.less";