Sha256: a502fd44da4c8e20c947d6bb7b9828b718e0c661af92e7fca41895da64dbe5e5
Contents?: true
Size: 200 Bytes
Versions: 2
Compression:
Stored size: 200 Bytes
Contents
<% @glyphs.each do |name, value| -%> <%= @options[:css_selector].sub('{{glyph}}', name.to_s) %>:before { font-family: <%= font_name %>; content: "\<%= value[:codepoint].to_s(16) %>"; } <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
undercase-0.2.57 | lib/undercase/templates/fontcustom/glyphs.scss |
undercase-0.2.29 | lib/undercase/templates/fontcustom/glyphs.scss |