Sha256: dbd85f89edc9b4e9730d994ba0d5fd9d17c6c71920c51e88034e0affee3034be
Contents?: true
Size: 483 Bytes
Versions: 400
Compression:
Stored size: 483 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/spacing"; @mixin section_separator_vertical($dark: false) { @if $dark == false { background: $border_light; } @else { background: $border_dark; } content: ""; height: 100%; width: 1px; position: initial; z-index: 0; } @mixin section_separator_horizontal($dark: false) { @if $dark == false { background: $border_light; } @else { background: $border_dark; } }
Version data entries
400 entries across 400 versions & 1 rubygems