diff options
| author | Mark Otto <[email protected]> | 2012-11-30 22:30:50 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 22:30:50 -0800 |
| commit | 98b0d475ae9db023cc22b011388f1bea1c88c537 (patch) | |
| tree | 30f99bbb95c47e180c0e70607ddba9770be3afab /less | |
| parent | 094710565693af887ca85324bd5251846bd1708a (diff) | |
| download | bootstrap-98b0d475ae9db023cc22b011388f1bea1c88c537.tar.xz bootstrap-98b0d475ae9db023cc22b011388f1bea1c88c537.zip | |
version bump to 3.0
Diffstat (limited to 'less')
| -rw-r--r-- | less/bootstrap.less | 2 | ||||
| -rw-r--r-- | less/responsive.less | 48 |
2 files changed, 1 insertions, 49 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index 058353730..93773ee4e 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -1,5 +1,5 @@ /*! - * Bootstrap v2.2.2 + * Bootstrap v3.0.0 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 diff --git a/less/responsive.less b/less/responsive.less deleted file mode 100644 index b511b7882..000000000 --- a/less/responsive.less +++ /dev/null @@ -1,48 +0,0 @@ -/*! - * Bootstrap Responsive v2.2.2 - * - * 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 -// ------------------ - -// 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"; |
