aboutsummaryrefslogtreecommitdiff
path: root/less/carousel.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-21 12:26:20 -0700
committerChris Rebert <[email protected]>2013-08-21 12:26:20 -0700
commit22ce6499102c2ab87bbd8a303b5d26531c6e7df2 (patch)
treec0e3802836d86e06e55d2342a059b61a8e79f446 /less/carousel.less
parentc429fd1a3c2bb3f08c031d37050b2e83186d8b16 (diff)
downloadbootstrap-22ce6499102c2ab87bbd8a303b5d26531c6e7df2.tar.xz
bootstrap-22ce6499102c2ab87bbd8a303b5d26531c6e7df2.zip
deprecate @screen-{phone,tablet,desktop} vars
Diffstat (limited to 'less/carousel.less')
-rw-r--r--less/carousel.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/carousel.less b/less/carousel.less
index c468d435c..de5e4c936 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -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,