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 79014e1 commit 1923fd5Copy full SHA for 1923fd5
src/scss/global/utility.scss
@@ -84,6 +84,8 @@ $alignments: (
84
.grid {
85
@include layout(grid, default);
86
87
+ grid-template-columns: minmax(0, 1fr);
88
+
89
&.col-2 {
90
grid-template-columns: repeat(2, minmax(0, 1fr));
91
}
0 commit comments