Commit 5a6fac2d authored by Chris Rebert's avatar Chris Rebert

Merge pull request #10427 from liamzebedee/patch-1

Fixed error in documentation in mixins.less
parents 4f7f1f6c 12558bb5
...@@ -618,7 +618,7 @@ ...@@ -618,7 +618,7 @@
} }
} }
// Generate the large column offsets // Generate the medium column offsets
.make-md-column-offset(@columns) { .make-md-column-offset(@columns) {
@media (min-width: @screen-md-min) { @media (min-width: @screen-md-min) {
margin-left: percentage((@columns / @grid-columns)); margin-left: percentage((@columns / @grid-columns));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment