Sha256: a26b57769e168cd611ea25f9f0da6d92958bf6df336632d56a6299dc590b8535
Contents?: true
Size: 566 Bytes
Versions: 62
Compression:
Stored size: 566 Bytes
Contents
#date_marker.style-guide__subsection %h3= link_to_style_guide('components', 'date_marker') %p A Date Icon showing Day and Month .style-guide__example-block .date-marker .date-marker__month= local_time(Date.today, format: '%b') .date-marker__day= local_time(Date.today, format: '%e') %p Optionally add an annotation to the date .style-guide__example-block .date-marker .date-marker__annotation Today .date-marker__month= local_time(Date.today, format: '%b') .date-marker__day= local_time(Date.today, format: '%e')
Version data entries
62 entries across 62 versions & 1 rubygems