We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
环境如下: "element-theme": "^2.0.1", "element-ui": "^2.12.0", "element-theme-chalk": "^2.13.1"
执行:et / et --watch 报错如下: events.js:167 throw er; // Unhandled 'error' event ^ Error: element-variables.scss Error: Undefined variable: "$--dialog-background-color". on line 328 of element-variables.scss
$--input-background-color: $--dialog-background-color !default;
看样子是 scss 变量缺失了 $--dialog-background-color ,大兄弟赶紧填坑呀!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
环境如下:
"element-theme": "^2.0.1",
"element-ui": "^2.12.0",
"element-theme-chalk": "^2.13.1"
执行:et / et --watch
报错如下:
events.js:167
throw er; // Unhandled 'error' event
^
Error: element-variables.scss
Error: Undefined variable: "$--dialog-background-color".
on line 328 of element-variables.scss
看样子是 scss 变量缺失了 $--dialog-background-color ,大兄弟赶紧填坑呀!!!
The text was updated successfully, but these errors were encountered: