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:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user