Fork-Awesome/src/assets/font-awesome/scss/_variables.scss

17 lines
608 B
SCSS
Raw Normal View History

2013-06-12 16:33:11 +02:00
---
---
2013-05-16 09:19:04 +02:00
// Variables
2013-06-12 20:18:07 +02:00
// --------------------------
2013-05-16 09:19:04 +02:00
2013-10-16 19:46:28 +02:00
$fa-font-path: "../fonts" !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font" !default; // for referencing Bootstrap CDN font files directly
$fa-version: "{{ site.fontawesome.version }}" !default;
$fa-border-color: #eee !default;
$fa-icon-muted: #eee !default;
$fa-icon-light: #fff !default;
$fa-icon-dark: #333 !default;
$fa-icon-li-width: (30em / 14);
2013-10-16 19:46:28 +02:00
{% for icon in icons %}${{ site.fontawesome.css_prefix }}-{{ icon.id }}: "\{{ icon.unicode }}";
{% endfor %}