2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

deprecate @screen-{phone,tablet,desktop} vars

This commit is contained in:
Chris Rebert
2013-08-21 12:26:20 -07:00
parent c429fd1a3c
commit 22ce649910
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -114,7 +114,7 @@
// Note that `.col-sm-12` doesn't get floated on purpose—there's no need since
// it's full-width.
@media (min-width: @screen-tablet) {
@media (min-width: @screen-sm) {
.container {
max-width: @container-tablet;
}
@@ -192,7 +192,7 @@
// Note that `.col-md-12` doesn't get floated on purpose—there's no need since
// it's full-width.
@media (min-width: @screen-desktop) {
@media (min-width: @screen-md) {
.container {
max-width: @container-desktop;
}