Sha256: 624c6d78ef7aa9a23d5d82d18652cfd0af7ecf838027cdf49a8b8c2cd3319ec4
Contents?: true
Size: 145 Bytes
Versions: 81
Compression:
Stored size: 145 Bytes
Contents
// Sizing shortcuts @mixin size($width, $height){ width: $width; height: $height; } @mixin square($size){ @include size($size, $size); }
Version data entries
81 entries across 81 versions & 1 rubygems