18 lines
509 B
Plaintext
Raw Normal View History

---
---
// Variables
// --------------------------
2013-05-07 17:57:23 -04:00
@FontAwesomePath: "../font";
2013-05-23 16:22:45 -04: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 17:57:23 -04:00
@borderColor: #eee;
@iconMuted: #eee;
@iconLight: #fff;
2013-05-16 20:39:55 -04:00
@iconDark: #333;
2013-06-01 15:39:55 -04:00
@icons-li-width: 30/14em;
2013-05-16 22:15:50 -04:00
{% for icon in icons %}
2013-06-01 15:16:46 -04:00
@{{ icon.id }}: "\{{ icon.unicode }}";
{% endfor %}