fix(theme-chalk): sass !global assignments deprecation warning (#18711)

fix(theme-chalk):  `!global assignments` deprecation warning

Co-authored-by: btea <2356281422@qq.com>
This commit is contained in:
sea
2024-11-05 10:46:46 +08:00
committed by GitHub
parent f23e4b294e
commit 70b5d4fa9d

View File

@@ -6,7 +6,10 @@
@forward '_var';
@use 'config' as *;
@use 'sass:string';
@use "sass:map";
@use 'sass:map';
$B: null;
$E: null;
// Break-points
@mixin res($key, $map: $breakpoints) {