Sha256: 095b715343c1a816a89ad42b771b550429feaa73a84b3a31f802b75e218a6cde
Contents?: true
Size: 492 Bytes
Versions: 76
Compression:
Stored size: 492 Bytes
Contents
@mixin clearfix { &:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } } @mixin box-sizing($value: border-box) { -moz-box-sizing: $value; -webkit-box-sizing: $value; -o-box-sizing: $value; -ms-box-sizing: $value; box-sizing: $value; } @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
76 entries across 76 versions & 3 rubygems