mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
fab96da267
Conflicts: build/assets/font-awesome/css/font-awesome.css build/assets/font-awesome/less/icons.less build/assets/font-awesome/less/variables.less package.json
17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
---
|
|
---
|
|
// Variables
|
|
// --------------------------
|
|
|
|
@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 }}";
|
|
@borderColor: #eee;
|
|
@iconMuted: #eee;
|
|
@iconLight: #fff;
|
|
@iconDark: #333;
|
|
|
|
{% for icon in icons %}
|
|
@{{ icon.id }}: "\{{ icon.unicode }}";
|
|
{% endfor %}
|