mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 03:18:11 +00:00
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@mention-prefix-cls: ~'@{ant-prefix}-mentions';
|
|
|
|
.@{mention-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
}
|