|
@@ -5,11 +5,11 @@
|
|
|
|
|
|
$fa-font-path: "../fonts" !default;
|
|
|
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/{{site.fontawesome.version}}/fonts" !default; // for referencing Bootstrap CDN font files directly
|
|
|
-$fa-css-prefix: {{ site.fontawesome.css_prefix }};
|
|
|
+$fa-css-prefix: {{ site.fontawesome.css_prefix }} !default;
|
|
|
$fa-version: "{{ site.fontawesome.version }}" !default;
|
|
|
$fa-border-color: #eee !default;
|
|
|
$fa-inverse: #fff !default;
|
|
|
-$fa-li-width: (30em / 14);
|
|
|
+$fa-li-width: (30em / 14) !default;
|
|
|
|
|
|
{% for icon in icons %}$fa-var-{{ icon.id }}: "\{{ icon.unicode }}";
|
|
|
{% endfor %}
|