We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a03b51b + ebfd4f3 commit 762bfa7Copy full SHA for 762bfa7
scss/_grid.scss
@@ -118,10 +118,18 @@
118
@include flex(0, 0, 33.3333%);
119
max-width: 33.3333%;
120
}
121
+.col-40 {
122
+ @include flex(0, 0, 40%);
123
+ max-width: 40%;
124
+}
125
.col-50 {
126
@include flex(0, 0, 50%);
127
max-width: 50%;
128
129
+.col-60 {
130
+ @include flex(0, 0, 60%);
131
+ max-width: 60%;
132
133
.col-66, .col-67 {
134
@include flex(0, 0, 66.6666%);
135
max-width: 66.6666%;
0 commit comments