Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Undefined variable: "$fa-var-arrow-circle-o-left" #1210

Description

@majioa

I've encountered the following error:

SassC::SyntaxError: Error: Undefined variable: "$fa-var-arrow-circle-o-left".
        on line 867 of ../ruby/gems/2.5.0/gems/patternfly-sass-3.59.4/dist/sass/patternfly/_vertical-nav.scss
        from line 148 of ../ruby/gems/2.5.0/gems/patternfly-sass-3.59.4/dist/sass/_patternfly.scss
        from line 2 of app/assets/stylesheets/status-colors.scss
>>     content: $fa-var-arrow-circle-o-left;

   -------------^

It seems that sometime the variable was defined in the package, but later was deleted out there, can you rollback the proper code to define all the variables, for example as follows:

$fa-var-arrow-circle-o-down: "\f01a";                              
$fa-var-arrow-circle-o-left: "\f190";                                               
$fa-var-arrow-circle-o-right: "\f18e";                                              
$fa-var-arrow-circle-o-up: "\f01b";                                                 
$fa-sass-asset-helper: true !default;                    
$fa-font-path: if($fa-sass-asset-helper, "font-awesome/", "../fonts/font-awesome/") !default;
$fa-font-name: "fontawesome-webfont" !default;  

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions