mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
perf(scss): optimize multi dir (#14156)
https://github.com/ionic-team/ionic/pull/12143
This commit is contained in:
committed by
Brandy Carney
parent
d37623a2ca
commit
ba63d01f78
@@ -153,7 +153,7 @@
|
||||
@mixin multi-dir() {
|
||||
@if $app-direction == multi {
|
||||
$root: #{&};
|
||||
@at-root [dir="ltr"], [dir="rtl"] {
|
||||
@at-root [dir] {
|
||||
#{$root} {
|
||||
@content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user