mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
Fix variables name for generated SCSS variables
This commit is contained in:
parent
b531600bed
commit
8e7db76570
@ -4,10 +4,9 @@
|
||||
$fa-font-path: "../fonts" !default;
|
||||
$fa-font-size-base: 14px !default;
|
||||
$fa-line-height-base: 1 !default;
|
||||
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome//fonts" !default; // for referencing Bootstrap CDN font files directly
|
||||
$fa-css-prefix: !default;
|
||||
$fa-font-family: !default;
|
||||
$fa-version: "" !default;
|
||||
$fa-css-prefix: "fa" !default;
|
||||
$fa-font-family: "ForkAwesome" !default;
|
||||
$fa-version: "1.0.10" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
$fa-inverse: #fff !default;
|
||||
$fa-li-width: (30em / 14) !default;
|
||||
|
@ -6,10 +6,9 @@
|
||||
$fa-font-path: "../fonts" !default;
|
||||
$fa-font-size-base: 14px !default;
|
||||
$fa-line-height-base: 1 !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 }} !default;
|
||||
$fa-font-family: {{ site.fontawesome.font_family }} !default;
|
||||
$fa-version: "{{ site.fontawesome.version }}" !default;
|
||||
$fa-css-prefix: "{{ site.forkawesome.css_prefix }}" !default;
|
||||
$fa-font-family: "{{ site.forkawesome.font_family }}" !default;
|
||||
$fa-version: "{{ site.forkawesome.version }}" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
$fa-inverse: #fff !default;
|
||||
$fa-li-width: (30em / 14) !default;
|
||||
|
Loading…
Reference in New Issue
Block a user