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
Vben Admin V5
在页面上使用scss时 会出现警告;Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. 页面中的sass代码:<style lang="scss" scoped> :deep(.el-form-item) { .el-form-item { margin-right: 0 !important; } } </style> 是我使用方式不对吗
暂无
vben 5.4.1
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Describe the bug?
在页面上使用scss时 会出现警告;Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
页面中的sass代码:<style lang="scss" scoped>
:deep(.el-form-item) {
.el-form-item {
margin-right: 0 !important;
}
}
</style> 是我使用方式不对吗
Reproduction
暂无
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: