github-slideshow-demo icon indicating copy to clipboard operation
github-slideshow-demo copied to clipboard

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

Open hmdan10188 opened this issue 3 years ago • 0 comments
trafficstars

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 https://github.com/FortAwesome/Font-Awesome/issues/18908

hmdan10188 avatar Apr 14 '22 02:04 hmdan10188