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 in plugin sass when running npm run build on off1 #8147

Open
stephanegigandet opened this issue Feb 28, 2023 · 1 comment
Assignees
Labels
🐛 bug This is a bug, not a feature request. JavaScript npm ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it.

Comments

@stephanegigandet
Copy link
Contributor

This error happens only on off1, when running "npm run build".
Changing the order of the imports seems to solve the issue.

Error in plugin "sass"
Message:
    scss/_settings.scss
Error: Undefined variable.
    ╷
115 │ $primary-color: $primary-button-color;
    │                 ^^^^^^^^^^^^^^^^^^^^^
    ╵
  scss/_settings.scss 115:17  @import
  scss/app.scss 1:9           root stylesheet
[14:59:36] Finished 'css' after 7.45 s
[14:59:36] Finished 'default' after 22 s

@stephanegigandet stephanegigandet self-assigned this Feb 28, 2023
@teolemon teolemon added 🐛 bug This is a bug, not a feature request. JavaScript npm labels Mar 6, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 5, 2023

This issue is stale because it has been open 90 days with no activity.

@github-actions github-actions bot added the ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it. label Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug This is a bug, not a feature request. JavaScript npm ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it.
Projects
Status: To discuss and validate
Development

No branches or pull requests

2 participants