Sha256: 598556716273369397a982c3d875315c0ace430aa80d70389e9460ff0f0efb32
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 Bytes
Contents
$line_color: #DDD; @mixin vertical_line_container($line_color: $line_color) { & > :first-child { border-left: none; } & > * { border-left: 1px solid $line_color; } } @mixin hortizonal_line_container($line_color: $line_color) { & > :first-child { border-top: none; } & > * { border-top: 1px solid $line_color; } }
Version data entries
4 entries across 4 versions & 1 rubygems