lib/fontcustom/templates/_fontcustom.scss in fontcustom-1.3.3 vs lib/fontcustom/templates/_fontcustom.scss in fontcustom-1.3.4

- old
+ new

@@ -10,5 +10,7 @@ <%= 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 %>