You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I've encountered the following error:
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:
The text was updated successfully, but these errors were encountered: