Skip to content

Commit 7d1744b

Browse files
committed
fix breakpoint preset column
1 parent 189b900 commit 7d1744b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_flexbox-grid-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
} @else if type-of($col) == string and $col == 'breakpoint' {
9393
$flex-grow: 0;
9494
$flex-shrink: 1;
95-
$flex-basis: 100%;
95+
$flex-basis: auto;
9696
width: 100%;
9797
}
9898

0 commit comments

Comments
 (0)