unignore bower_components
[bootswatch] / bower_components / font-awesome / src / assets / font-awesome / less / variables.less
1 ---
2 ---
3 // Variables
4 // --------------------------
5
6 @FontAwesomePath:    "../font";
7 //@FontAwesomePath:    "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font"; // for referencing Bootstrap CDN font files directly
8 @FontAwesomeVersion: "{{ site.fontawesome.version }}";
9 @borderColor:        #eee;
10 @iconMuted:          #eee;
11 @iconLight:          #fff;
12 @iconDark:           #333;
13 @icons-li-width:     30/14em;
14
15 {% for icon in icons %}
16   @{{ icon.id }}: "\{{ icon.unicode }}";
17 {% endfor %}