mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@layout-prefix-cls: ~'@{ant-prefix}-layout';
|
|
|
|
.@{layout-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
}
|