mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 14:49:13 +08:00
Use calc() for division in scss
https://sass-lang.com/d/slash-div Not supported since Dart Sass 2.0.0
This commit is contained in:
parent
7cbd7f9951
commit
cce838f1ee
@ -9,7 +9,7 @@ $fa-version: "5.15.4" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
$fa-inverse: #fff !default;
|
||||
$fa-li-width: 2em !default;
|
||||
$fa-fw-width: (20em / 16);
|
||||
$fa-fw-width: calc(20em / 16);
|
||||
$fa-primary-opacity: 1 !default;
|
||||
$fa-secondary-opacity: .4 !default;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user