mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-11-30 22:42:09 +08:00
build(editor): css变量使用错误导致lightingcss构建失败
This commit is contained in:
parent
36508aba88
commit
7f0aef7bee
@ -28,7 +28,7 @@
|
|||||||
height: 14px;
|
height: 14px;
|
||||||
border: 1px solid #1d1f24;
|
border: 1px solid #1d1f24;
|
||||||
&.active {
|
&.active {
|
||||||
background-color: var($theme-color);
|
background-color: $theme-color;
|
||||||
&::after {
|
&::after {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user