Sha256: b838583a3c6ffc8742f70be6102978ff21d09733030beccb0d537ed89e61e575
Contents?: true
Size: 340 Bytes
Versions: 10
Compression:
Stored size: 340 Bytes
Contents
@mixin max_width_container($background_color: inherit, $max_width: var(--container_max_width)) { @include margin(null auto); max-width: $max_width; position: relative; &::before { @include position(absolute, 0 -50vw); background-color: $background_color; content: ''; pointer-events: none; z-index: -1; } }
Version data entries
10 entries across 10 versions & 1 rubygems