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:
+1
-1
@@ -183,7 +183,7 @@
|
||||
|
||||
|
||||
// Scale up controls for tablets and up
|
||||
@media screen and (min-width: @screen-tablet) {
|
||||
@media screen and (min-width: @screen-sm) {
|
||||
|
||||
// Scale up the controls a smidge
|
||||
.carousel-control .icon-prev,
|
||||
|
||||
Reference in New Issue
Block a user