Sha256: 4c202a616b5cd1bf19e0bfc014776245eacc54d3a445567394fd94e1dbb3265e

Contents?: true

Size: 327 Bytes

Versions: 4

Compression:

Stored size: 327 Bytes

Contents

@import 'compass/css3';
@mixin inset-text($offset-color, $lum:false, $down: false){
	$lum: if($lum, $lum, luminance($offset-color));
	$down: if($down, $down, -1px);
	
	$c: if($lum == dark, shade($offset-color, 40%), tint($offset-color, 70%)); 
	$o: if($lum == dark, $down, 1px);
	@include single-text-shadow($c, $o, $o, 0px);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facades-0.0.6 lib/facades/stylesheets/facades/typography/_shadow.scss
facades-0.0.5 lib/facades/stylesheets/facades/typography/_shadow.scss
facades-0.0.4 lib/facades/stylesheets/facades/typography/_shadow.scss
facades-0.0.3 lib/facades/stylesheets/facades/typography/_shadow.scss