Sha256: 505560b359125fc18e301b078df65630450286d7891669dd5e8ed8fb02c18e16
Contents?: true
Size: 600 Bytes
Versions: 15
Compression:
Stored size: 600 Bytes
Contents
@mixin vertical-separation($margin: $kit-baseline, $divide: false, $bordercolor: $border-color, $borderstyle: solid) { @include pie-clearfix; @if $divide { border-bottom: $divide $borderstyle $bordercolor; margin-bottom: $margin * 0.5; padding-bottom: $margin * 0.5 - $divide; } @else { margin-bottom: $margin * 0.5; padding-bottom: $margin * 0.5; border-bottom: none; } &:last-child { padding-bottom: 0; border-bottom-width: 0; margin-bottom: 0; } } @mixin un-vertical-separation { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
Version data entries
15 entries across 15 versions & 1 rubygems