Sha256: a07fcadaf3f58daa60adf054d2066d59ae0a2c1ad6bade6b0437c87cc50f3d7c
Contents?: true
Size: 339 Bytes
Versions: 30
Compression:
Stored size: 339 Bytes
Contents
@mixin size($size) { $height: nth($size, 1); $width: $height; @if length($size) > 1 { $height: nth($size, 2); } @if $height == auto or (type-of($height) == number and not unitless($height)) { height: $height; } @if $width == auto or (type-of($height) == number and not unitless($width)) { width: $width; } }
Version data entries
30 entries across 26 versions & 6 rubygems