mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08: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;
|
||
|
}
|
||
|
}
|