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
+1 -1
View File
@@ -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,