Commit d84fce72 authored by Mark Otto's avatar Mark Otto
Browse files

Drop: @screen-xs, @screen-xs-min, and @screen-phone

parent 61335862
Showing with 1 addition and 7 deletions
+1 -7
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
.navbar-collapse { .navbar-collapse {
max-height: @navbar-collapse-max-height; max-height: @navbar-collapse-max-height;
@media (max-device-width: @screen-xs-min) and (orientation: landscape) { @media (max-device-width: 480px) and (orientation: landscape) {
max-height: 200px; max-height: 200px;
} }
} }
......
...@@ -261,12 +261,6 @@ ...@@ -261,12 +261,6 @@
//## Define the breakpoints at which your layout will change, adapting to different screen sizes. //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
// Extra small screen / phone // Extra small screen / phone
//** Deprecated `@screen-xs` as of v3.0.1
@screen-xs: 480px;
//** Deprecated `@screen-xs-min` as of v3.2.0
@screen-xs-min: @screen-xs;
//** Deprecated `@screen-phone` as of v3.0.1
@screen-phone: @screen-xs-min;
// Small screen / tablet // Small screen / tablet
//** Deprecated `@screen-sm` as of v3.0.1 //** Deprecated `@screen-sm` as of v3.0.1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment