This reverts commit
606f16480e0ca8d931adcdf49bcc7d0cef2754c6.
> Prevent a parent component with `.stack-for-*` to have side effects on `.media-object-section`.
Actually, no others component uses `.stack-for-*`.
Also, this would prevent to create a custom component from `@media media-object-section`.
}
}
}
-
- &.stack-for-#{$-zf-zero-breakpoint} .media-object-section {
- @include breakpoint($-zf-zero-breakpoint only) {
- @include media-object-stack;
- }
- }
}
/// Adds styles for sections within a media object.
margin-bottom: 0;
}
+ .stack-for-#{$-zf-zero-breakpoint} & {
+ @include breakpoint($-zf-zero-breakpoint only) {
+ @include media-object-stack;
+ }
+ }
+
@if $global-flexbox {
&.main-section {
flex: 1 1 0px; // sass-lint:disable-line zero-unit