style: remove duplicate style (#16154)

* style: remove duplicate style

* chore: format
This commit is contained in:
btea 2024-03-17 21:31:07 +08:00 committed by GitHub
parent 9bf586fe2d
commit 54f11892a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,9 +46,6 @@
:root {
color-scheme: light;
@include set-css-var-value('color-white', $color-white);
@include set-css-var-value('color-black', $color-black);
// --el-color-#{$type}
// --el-color-#{$type}-light-{$i}
@each $type in (primary, success, warning, danger, error, info) {