Sha256: 87a172577bdec4255da1cb032f3a36704e402949e5ddf7cd896a4d2326fe2063

Contents?: true

Size: 146 Bytes

Versions: 3

Compression:

Stored size: 146 Bytes

Contents

@mixin set-rgba($attribute, $color)
{
	@if alpha($color) < 1.0
	{
		@include set-rgb($attribute, $color);
	}
	@include set($attribute, $color);
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dashy-0.0.5 app/assets/stylesheets/dashy/set/_rgba.scss
dashy-0.0.3 app/assets/stylesheets/dashy/set/_rgba.scss
dashy-0.0.4 app/assets/stylesheets/dashy/set/_rgba.scss