Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save facelordgists/5391913 to your computer and use it in GitHub Desktop.
Save facelordgists/5391913 to your computer and use it in GitHub Desktop.
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));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment