We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189b900 commit 7d1744bCopy full SHA for 7d1744b
sass/_flexbox-grid-mixins.scss
@@ -92,7 +92,7 @@
92
} @else if type-of($col) == string and $col == 'breakpoint' {
93
$flex-grow: 0;
94
$flex-shrink: 1;
95
- $flex-basis: 100%;
+ $flex-basis: auto;
96
width: 100%;
97
}
98
0 commit comments