Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
majioa opened this issue Dec 9, 2020 · 0 comments
Open

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

majioa opened this issue Dec 9, 2020 · 0 comments

Comments

@majioa
Copy link

majioa commented Dec 9, 2020

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;  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant