add 'sass:math' imports

This commit is contained in:
Rafael M 2021-05-26 16:48:42 +01:00
parent da545a29bc
commit b143573f61
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// Icon Sizes
// -------------------------
@use 'sass:math';
// makes the font 33% larger relative to the icon container
.#{$fa-css-prefix}-lg {

View File

@ -1,5 +1,6 @@
// List Icons
// -------------------------
@use 'sass:math';
.#{$fa-css-prefix}-ul {
list-style-type: none;

View File

@ -1,5 +1,6 @@
// Variables
// --------------------------
@use 'sass:math';
$fa-font-path: "../webfonts" !default;
$fa-font-size-base: 16px !default;