Sha256: e7d00b9794b1de86a50d73b533740413c1946d9a4c923240578d37a0440a205b
Contents?: true
Size: 319 Bytes
Versions: 89
Compression:
Stored size: 319 Bytes
Contents
@mixin clearfix { &:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } } @mixin border-colors($top, $sides, $bottom) { border-color: $sides; border-top-color: $top; border-right-color: $sides; border-bottom-color: $bottom; border-left-color: $sides; }
Version data entries
89 entries across 89 versions & 8 rubygems