facelordgists
4/15/2013 - 10:44 PM

SASS: Psuedo test

SASS: Psuedo test

&:before{
	content:"";
	display: block;
	position: absolute;
	$image_uri: "sprites/tab/bg1.png";
	@include background(url('#{$themeURL}/images/#{$image_uri}') repeat-x top left);
	width: image-width($image_uri);
	height: image-height($image_uri);
	top: 0;
	left: -(image-width($image_uri));
}