-
Notifications
You must be signed in to change notification settings - Fork 129
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
variables.sass Not Found #419
Comments
@rehrumesh could you please help me out. |
@UnityGameDesign-max The error is coming because you either dont have variables.sass file or its empty. To resolve it you have to make a variables.sass in src/styles
|
Thank you @melencholicmice :) |
is this error fixed or still there like if any other person run app does he have to every time add variable.scss file in code manually |
@UnityGameDesign-max If the issue is not fixed, I would like to work on this issue. So can you assign this issue to me? |
Describe the bug
The latest master branch code doesn't have variables.sass file in the styles folder simply because the path
src/styles/variables.sass
was added to .gitignore which results to an error when running the application for the first time currently.Expected behavior
The style sheet-variable.sass must be remove in the .gitignore file since almost every component uses the path
src/styles/variables.sass
.Screenshots
The text was updated successfully, but these errors were encountered: