app/assets/stylesheets/sass-zero/utilities/_flex.scss in sass-zero-1.4.1 vs app/assets/stylesheets/sass-zero/utilities/_flex.scss in sass-zero-1.5.0
- old
+ new
@@ -28,11 +28,11 @@
.flex--align-bottom {
align-items: flex-end;
}
.flex--gap {
- gap: $size-3;
+ gap: $size-2-5;
}
.i-flex {
display: inline-flex;
}
@@ -70,10 +70,10 @@
flex-direction: row;
}
.flex--column\@md {
flex-direction: column;
- }
+ }
.flex--centered\@md {
justify-content: center;
}