Sha256: a755dc54139d6c7f2c0d7088369662d1d3147c3346f4905b741ea3b0a94b2045
Contents?: true
Size: 360 Bytes
Versions: 7
Compression:
Stored size: 360 Bytes
Contents
// // Icon Font: <%= font_name %> // <%= font_face(path: @font_path_alt) %> [data-icon]:before { content: attr(data-icon); } [data-icon]:before, <%= 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
7 entries across 7 versions & 2 rubygems