mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 14:49:13 +08:00
add 'sass:math' imports
This commit is contained in:
parent
da545a29bc
commit
b143573f61
@ -1,5 +1,6 @@
|
||||
// Icon Sizes
|
||||
// -------------------------
|
||||
@use 'sass:math';
|
||||
|
||||
// makes the font 33% larger relative to the icon container
|
||||
.#{$fa-css-prefix}-lg {
|
||||
|
@ -1,5 +1,6 @@
|
||||
// List Icons
|
||||
// -------------------------
|
||||
@use 'sass:math';
|
||||
|
||||
.#{$fa-css-prefix}-ul {
|
||||
list-style-type: none;
|
||||
|
@ -1,5 +1,6 @@
|
||||
// Variables
|
||||
// --------------------------
|
||||
@use 'sass:math';
|
||||
|
||||
$fa-font-path: "../webfonts" !default;
|
||||
$fa-font-size-base: 16px !default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user