variables.less 509 B

1234567891011121314151617
  1. ---
  2. ---
  3. // Variables
  4. // --------------------------
  5. @FontAwesomePath: "../font";
  6. //@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font"; // for referencing Bootstrap CDN font files directly
  7. @FontAwesomeVersion: "{{ site.fontawesome.version }}";
  8. @borderColor: #eee;
  9. @iconMuted: #eee;
  10. @iconLight: #fff;
  11. @iconDark: #333;
  12. @icons-li-width: 30/14em;
  13. {% for icon in icons %}
  14. @{{ icon.id }}: "\{{ icon.unicode }}";
  15. {% endfor %}