Sha256: 15fbb00dc01a41c23a55ec416ffafffac771dd6317137874c15c7e8bbbfaabee
Contents?: true
Size: 448 Bytes
Versions: 16
Compression:
Stored size: 448 Bytes
Contents
@mixin line-through($color: $color-2, $background: $body-bg) { position: relative; text-align: center; &:before { content: ""; position: absolute; top: calc(50% - 1px); left: 0; width: 100%; height: 1px; background: $color; z-index: 0; } > * { // usually a <span> but we'll use an * just in case @include padding(null 1rem); position: relative; background: $background; z-index: 1; } }
Version data entries
16 entries across 16 versions & 1 rubygems