mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Small fix: I noticed the use of a deprecated variable. This seems to be the only occurrence.
This commit is contained in:
parent
201088cb5f
commit
dd9c5fdb08
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@
|
|||
}
|
||||
}
|
||||
.make-md-column-push(@columns) {
|
||||
@media (min-width: @screen-md) {
|
||||
@media (min-width: @screen-md-min) {
|
||||
left: percentage((@columns / @grid-columns));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue