Sha256: 244c69acb88c62282e2cf0f3f8072f1409bde28c289784c0b33c8ba97179f2f1

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

<%= font_face(url: "font-url", path: @font_path_alt) %>

[data-icon]:before { content: attr(data-icon); }

@mixin fontcustom {
<%= glyph_properties %>
}

%fontcustom,
[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

4 entries across 4 versions & 1 rubygems

Version Path
blueberry_rails-0.4.1 templates/assets/icons/_font_icons.scss
blueberry_rails-0.4.0 templates/assets/icons/_font_icons.scss
blueberry_rails-0.3.10 templates/assets/icons/_font_icons.scss
blueberry_rails-0.3.9 templates/assets/icons/_font_icons.scss