mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 07:39:13 +08:00
fix: bug with !default
for fa-font-display
variable
This commit is contained in:
parent
2a7e86d8f0
commit
9ab76aa81f
@ -3,7 +3,7 @@
|
||||
|
||||
$fa-font-path: "../webfonts" !default;
|
||||
$fa-font-size-base: 16px !default;
|
||||
$fa-font-display: auto;
|
||||
$fa-font-display: auto !default;
|
||||
$fa-css-prefix: fa !default;
|
||||
$fa-version: "5.7.1" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
$fa-font-path: "../webfonts" !default;
|
||||
$fa-font-size-base: 16px !default;
|
||||
$fa-font-display: auto;
|
||||
$fa-font-display: auto !default;
|
||||
$fa-css-prefix: fa !default;
|
||||
$fa-version: "5.7.1" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user