Sha256: d438ab2643c9448fb8f93f31323e3408d1a3f35b3b5f7d9e6549dbd2c4e51ace
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
// // Icon Font: <%= font_name %> // <%= font_face(path: @font_path_alt) %> [data-icon]<%= pseudo_element %> { content: attr(data-icon); } [data-icon]<%= pseudo_element %>, <%= glyph_selectors %> { <%= glyph_properties %> } <%= glyphs %> <% @glyphs.each do |name, value| %> $font-<%= font_name.gsub(/[^\w\d_]/, '-') %>-<%= name.to_s %>: "\<%= value[:codepoint].to_s(16) %>";<% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontcustom-2.0.0 | lib/fontcustom/templates/_fontcustom.scss |