Sha256: 87d04c73612c79af6fcc0c4ee1b5a6737abed7b4018df1f009eb7c83753dcec0
Contents?: true
Size: 126 Bytes
Versions: 1
Compression:
Stored size: 126 Bytes
Contents
@mixin size($width, $height) { width: $width; height: $height; } @mixin square($size) { @include size($size, $size); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/assets/stylesheets/ui-kit/default/mixins/helpers/_sizing.scss |