style: fix missing import (#3212)

Co-authored-by: sunnuan <sunnuan>
This commit is contained in:
sunnuan 2021-09-03 11:34:16 +08:00 committed by GitHub
parent f29f8ff89d
commit 0dacfb1247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
@use "sass:map";
@import '../common/var';
@mixin set-css-color-type-light($type, $i) {
--el-color-#{$type}-light-#{$i}: #{map.get($--colors, $type, 'light-#{$i}')};
}