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

17 lines
479 B
Plaintext
Raw Normal View History

---
---
// Variables
// --------------------------
2013-05-08 05:57:23 +08:00
@FontAwesomePath: "../font";
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/{{ site.font_awesome.version}}/font"; // for referencing Bootstrap CDN font files directly
@FontAwesomeVersion: "{{ site.font_awesome.version }}";
2013-05-08 05:57:23 +08:00
@borderColor: #eee;
@iconMuted: #eee;
@iconLight: #fff;
2013-05-17 08:39:55 +08:00
@iconDark: #333;
2013-05-17 10:15:50 +08:00
{% for icon in icons %}
@{{ icon.id }}: "\{{ icon.unicode }}";
{% endfor %}