Sha256: 8d1ec2ee02af5c0be236ea53eb96b09572320ff9a0842a04b0fb6e8a749ba13a
Contents?: true
Size: 673 Bytes
Versions: 62
Compression:
Stored size: 673 Bytes
Contents
#image-replacement.style-guide__subsection %h3= link_to_style_guide('trumps', 'image_replacement') %p Implements a CSS image replacement technique to hide the element's content and show a background image. %p without <code>image-replacement</code>: .style-guide__example-block %div{ style: "background: url('#{asset_url('workarea/core/placeholder.png')}') center / 100% 100%; width: 250px; height: 100px;" } I'm some text %p with <code>image-replacement</code>: .style-guide__example-block .image-replacement{ style: "background: url('#{asset_url('workarea/core/placeholder.png')}') center / 100% 100%; width: 250px; height: 100px;" } I'm some text
Version data entries
62 entries across 62 versions & 1 rubygems