mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
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:
parent
f23e4b294e
commit
70b5d4fa9d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user