Sha256: 57d1bf50b7c95f31605d4ce27ba3cf2ae30fdb785498d899ce316f75791d6dc9

Contents?: true

Size: 635 Bytes

Versions: 12

Compression:

Stored size: 635 Bytes

Contents

//
  Hides html text and replaces it with an image.
  If you use this on an inline element, you will need to change the display to block or inline-block.
  Also, if the size of the image differs significantly from the font size, you'll need to set the width and/or height.
  @param img
    the relative path from the project image directory to the image.
  @param x
    the x position of the background image.
  @param y
    the y position of the background image.
=replace-text( !img, !x = 50%, !y = 50% )
  text-indent: -9999em
  overflow:    hidden
  background:
    image= image_url(!img)
    repeat: no-repeat
    position= !x !y

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
middleman-0.12.2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
middleman-0.12.1 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
middleman-0.12.0.pre3 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
middleman-0.12.0.pre2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-0.10.0.pre2 lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-0.10.0.pre1 lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-edge-0.9.5.0 lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-edge-0.9.4 lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-edge-0.9.3 lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-edge-0.9.2 lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-edge-0.9.1 lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
compass-edge-0.10.0.pre lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass