Prevent a parent component with `.stack-for-*` to have side effects on `.media-object-section`.
This is a part of a PR and the selector specificity is revert to the one before the PR (0.3.0).
}
}
}
+
+ &.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