Sha256: 3fc578f144bfeea22546bec1aa50d3c26c6c65bb8d3353f1b3a5c17354abeb20
Contents?: true
Size: 523 Bytes
Versions: 4
Compression:
Stored size: 523 Bytes
Contents
// ================================================== // Container Display // ================================================== @mixin container-display($_flexbox: default) { @if $_flexbox == default { $_flexbox: $grid-flexbox; } @if $_flexbox == true { width: 100%; display: flex; flex-wrap: $grid-flexbox-wrap; justify-content: $grid-flexbox-justify; &:after { display: none; } } @else { &:after { content: " "; display: block; clear: both; } } }
Version data entries
4 entries across 4 versions & 1 rubygems