aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/assets/font-awesome/scss/_variables.scss
blob: 30bab220ac4a55693b9bd89b4907221e481d3e39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
---
// Variables
// --------------------------

$FontAwesomePath: "../font" !default;
$FontAwesomeVersion: "{{ site.fontawesome.version }}" !default;
$borderColor: #eeeeee !default;
$iconMuted: #eeeeee !default;
$iconLight: white !default;
$iconDark: #333333 !default;
$icons-li-width: (30em/14);

{% for icon in icons %}
${{ icon.id }}: "\{{ icon.unicode }}";
{% endfor %}