Sha256: 59866909f942e49a8540ef46b338d0fe7de8c2a18a940d91d4fc30c34450f49a
Contents?: true
Size: 686 Bytes
Versions: 62
Compression:
Stored size: 686 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 %div{ style: "background: url('#{asset_url('workarea/core/placeholder.png')}') center / 100% 100%; width: 250px; height: 100px;", class: 'image-replacement'} I'm some text
Version data entries
62 entries across 62 versions & 1 rubygems