Skip to content

Commit e8940d4

Browse files
committed
fix variable for make-md-column #2
1 parent 68c97db commit e8940d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylus/mixins.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ make-md-column(columns, gutter = $grid-gutter-width) {
593593
padding-right: (gutter / 2);
594594

595595
// Calculate width based on number of columns available
596-
@media $media-min-lg-desktop {
596+
@media $media-min-desktop {
597597
float: left;
598598
width: percentage(columns, $grid-columns);
599599
}

0 commit comments

Comments
 (0)