Sha256: b86ca67cd5c34c54d0837731cdb7c4e6112b396513ef83d65cfa9a97e853cc71
Contents?: true
Size: 298 Bytes
Versions: 44
Compression:
Stored size: 298 Bytes
Contents
@function steps($number) { // grid step used everywhere for widths and heights // this matches half of the default line-height of the page @return (12px * $number); } @function create-rgba( $color, $opacity ) { @return rgba( red($color), green($color), blue($color), $opacity ); }
Version data entries
44 entries across 44 versions & 1 rubygems