Sha256: dcb366b058b403282f6dcbff2f9fa8d9d61b6b60529579eae38e9d42dd53322c
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
// // Icon Font: <%= font_name %> // <%= font_face(:preprocessor) %> [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontcustom-1.3.4 | lib/fontcustom/templates/_fontcustom.scss |