Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Trying to compile [email protected] with gulp-sass+sass and the return of fa-divide apparently cannot be calculated in line. #36

Open
hmdan10188 opened this issue Apr 14, 2022 · 0 comments

Comments

@hmdan10188
Copy link

Trying to compile [email protected] with gulp-sass+sass and the return of fa-divide apparently cannot be calculated in line.

fails
$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default; // Undefined operation "2em * fa-divide(5, 4)"

works
$fa-li-margin : fa-divide(5, 4) !default;
$fa-li-margin : $fa-li-width * $fa-li-margin;

Originally posted by @joelstransky in FortAwesome/Font-Awesome#18908

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant