unignore bower_components
[bootswatch] / bower_components / font-awesome / src / assets / font-awesome / scss / _variables.scss
1 ---
2 ---
3 // Variables
4 // --------------------------
5
6 $FontAwesomePath: "../font" !default;
7 $FontAwesomeVersion: "{{ site.fontawesome.version }}" !default;
8 $borderColor: #eeeeee !default;
9 $iconMuted: #eeeeee !default;
10 $iconLight: white !default;
11 $iconDark: #333333 !default;
12 $icons-li-width: (30em/14);
13
14 {% for icon in icons %}
15 ${{ icon.id }}: "\{{ icon.unicode }}";
16 {% endfor %}