-
Notifications
You must be signed in to change notification settings - Fork 6.8k
undefined variable compiling core.scss #278
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
Comments
Fixed in #293 |
Is this error back or is it my compile ...?
My main.scss
I've manually patched like this
Because of #887 |
Fixed by changing core.scss from
to
The order matters. Then complained about the $md-light-theme-background' variable being undefined Simply added .scss extension to the imports in _default-them.scss. All now compiles. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
When compiling core.scss from the core package to use the elevation classes, it complains about an undefined variable
$md-fast-out-slow-in-timing-function
. It looks to me like core.scss or _elevation.scss should be importing _variables.scss but isn't.The text was updated successfully, but these errors were encountered: