Advertisement
Guest User

Untitled

a guest
May 25th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. @mixin ie6 { * html & { @content } }
  2.  
  3. #logo {
  4. background-image: url("/images/logo.png");
  5. @include ie6 { background-image: url("/images/logo.gif"); }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement