mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
e652eef04c
* style: add rtl base * fix: add test snap
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;
|
|
}
|
|
}
|