-
Notifications
You must be signed in to change notification settings - Fork 5
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
When trying to import fonts SCSS file it complains about missing $color-base-white variable #33
Comments
If I am understanding this correctly, you are using the deprecated My suggestion is to use the newer Please see the Auro Tokens pre-processed output for full descriptions. The other option is to reference the deprecated |
As an ignorant React developer I am not aware that I was choosing to use deprecated features. All of the SCSS files that I am importing are not deprecated. How do I use the newer |
Essentials imports the deprecated |
Got it! This is the real issue Ok, this can be fixed quickly. |
## [2.8.11](v2.8.10...v2.8.11) (2020-02-28) ### Bug Fixes * [#33](#33) incorrect reference to deprecated mixin ([00d2c23](00d2c23))
🎉 This issue has been resolved in version 2.8.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
In one of our SCSS files, attempt to import the fonts and receive the following error:
SassError: Undefined variable: "$color-base-white".
on line 44 of node_modules/@alaskaairux/orion-web-core-style-sheets/dist/utilityMixins/_focusVisible.scss, in mixin
focus-hyperlink
from line 123 of node_modules/@alaskaairux/orion-web-core-style-sheets/dist/_essentials.scss
from line 3 of /Users/jvoelk/git/Ryoko/Site/src/App.scss
To Reproduce
Steps to reproduce the behavior:
webpack
to existing React projectExpected behavior
A clear and concise description of what you expected to happen.
Should result in no errors.
The text was updated successfully, but these errors were encountered: