Sha256: ac7eab1a8a1646b08ee288c1f981410da58066bc9aae3fdcc9e01a8a405e513a
Contents?: true
Size: 464 Bytes
Versions: 39
Compression:
Stored size: 464 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 padding-left: 1rem; padding-right: 1rem; position: relative; background: $background; z-index: 1; } }
Version data entries
39 entries across 39 versions & 2 rubygems