Entry 3494

Sass example

   

Submitted by anonymous on April 3, 2010 at 4:15 p.m.
Language: Sass. Code size: 286 bytes.

=replace-text(!img, !x = 50%, !y = 50%)
  text-indent: -9999em
  overflow: hidden
  background:
    image = image_url(!img)
    repeat: no-repeat
    position = !x !y

#header h1
  +replace-text("/images/logo.png")

li#overview
  +replace-text("/images/overview.png", 20%)

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).