@mixin RV-FullWidthContent { &__Container { width: 100%; } &__Item { width: 100%; @include RV-ContentCrop; } } .RV-FullWidthContent { @include RV-FullWidthContent; }