fix: 解决 deep 报错

This commit is contained in:
奔跑的面条 2022-12-20 15:09:12 +08:00
parent 6f74be7092
commit 5b1458b22f

View File

@ -17,7 +17,7 @@
} }
@mixin deep() { @mixin deep() {
:deep { :deep() {
@content; @content;
} }
} }