Sha256: 4f08f3514041e4e96d75af8413abc280003c24cdc4ed8b8c8f1106459b3e4f3a
Contents?: true
Size: 533 Bytes
Versions: 124
Compression:
Stored size: 533 Bytes
Contents
#button-reset-object.style-guide__subsection %h3= link_to_style_guide('objects', 'button_reset') %p Resets browser-default button styling. %p should work with a <code>button</code> element .style-guide__example-block = button_tag 'Button' .style-guide__example-block = button_tag 'Reset Button', class: 'button-reset' %p should work with an <code>input</code> element .style-guide__example-block = submit_tag 'Button' .style-guide__example-block = submit_tag 'Reset Button', class: 'button-reset'
Version data entries
124 entries across 124 versions & 2 rubygems