Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-01-17 12:43:58 +0400
committerMark Otto <otto@github.com>2013-01-17 12:43:58 +0400
commit2398245e17279c602e8904baa72b806f19e0971b (patch)
tree57ef1862545ee1118604d1464bdfd4d055a3cd11 /less/bootstrap.less
parent687d4a3eebf15fe9235ece784a541c1fad5852b0 (diff)
Remove all old responsive styles since we're motherfucking mobile first son
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less27
1 files changed, 0 insertions, 27 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index d6021ae366..d40984230c 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -57,31 +57,4 @@
// Utility classes
@import "utilities.less"; // Has to be last to override when necessary
-
-
-
-/*
-// Responsive
-// -------------------------------------------------------------
-
-// Responsive utility classes
@import "responsive-utilities.less";
-
-
-// Media queries
-// ------------------
-
-// Large desktops
-@import "responsive-1200px-min.less";
-
-// Tablets to regular desktops
-@import "responsive-768px-979px.less";
-
-// Phones to portrait tablets and narrow desktops
-@import "responsive-767px-max.less";
-
-
-// Responsive navbar
-// From 979px and below, show a button to toggle navbar contents
-@import "responsive-navbar.less";
-*/ \ No newline at end of file