mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01: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
@ -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…
x
Reference in New Issue
Block a user