Fork-Awesome/src/assets/font-awesome/less/variables.less

18 lines
513 B
Plaintext
Raw Normal View History

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