mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +00:00
9 lines
130 B
SCSS
9 lines
130 B
SCSS
|
|
@import "../core/index-noreset.scss";
|
|
|
|
.#{$icon-prefix}[dir="rtl"] {
|
|
&::before {
|
|
transform: rotateY(180deg);
|
|
}
|
|
}
|