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

17 lines
477 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;
2013-05-17 04:15:50 +02:00
{% for icon in icons %}
@{{ icon.id }}: "\{{ icon.unicode }}";
{% endfor %}