2013-05-23 13:04:02 +00:00
|
|
|
---
|
|
|
|
---
|
2013-05-07 19:05:08 +00:00
|
|
|
// Variables
|
|
|
|
// --------------------------
|
|
|
|
|
2013-05-07 21:57:23 +00:00
|
|
|
@FontAwesomePath: "../font";
|
2013-05-23 20:22:45 +00:00
|
|
|
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font"; // for referencing Bootstrap CDN font files directly
|
|
|
|
@FontAwesomeVersion: "{{ site.fontawesome.version }}";
|
2013-05-07 21:57:23 +00:00
|
|
|
@borderColor: #eee;
|
|
|
|
@iconMuted: #eee;
|
|
|
|
@iconLight: #fff;
|
2013-05-17 00:39:55 +00:00
|
|
|
@iconDark: #333;
|
2013-06-01 19:39:55 +00:00
|
|
|
@icons-li-width: 30/14em;
|
2013-05-17 02:15:50 +00:00
|
|
|
|
2013-05-23 13:04:02 +00:00
|
|
|
{% for icon in icons %}
|
2013-06-01 19:16:46 +00:00
|
|
|
@{{ icon.id }}: "\{{ icon.unicode }}";
|
2013-05-23 13:04:02 +00:00
|
|
|
{% endfor %}
|