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

Trying to compile fontawesome-free@6.1.1 with gulp-sass+sass and the return of fa-divide apparently cannot be calculated in line. #36

@hmdan10188

Description

@hmdan10188

Trying to compile fontawesome-free@6.1.1 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions