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

17 lines
378 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
$FontAwesomePath: "../font" !default;
2013-06-12 20:18:07 +02:00
$FontAwesomeVersion: "{{ site.fontawesome.version }}" !default;
2013-05-16 09:19:04 +02:00
$borderColor: #eeeeee !default;
$iconMuted: #eeeeee !default;
$iconLight: white !default;
$iconDark: #333333 !default;
2013-06-12 20:18:07 +02:00
$icons-li-width: (30em/14);
{% for icon in icons %}
${{ icon.id }}: "\{{ icon.unicode }}";
{% endfor %}