mirror of https://github.com/ElemeFE/element
Chore: Update dart-sass compatibility
parent
feaa2cc8fb
commit
f7a970c0ba
|
@ -102,10 +102,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include drawer-animation(rtl)
|
||||
@include drawer-animation(ltr)
|
||||
@include drawer-animation(ttb)
|
||||
@include drawer-animation(btt)
|
||||
@include drawer-animation(rtl);
|
||||
@include drawer-animation(ltr);
|
||||
@include drawer-animation(ttb);
|
||||
@include drawer-animation(btt);
|
||||
|
||||
$directions: rtl, ltr, ttb, btt;
|
||||
|
||||
|
|
Loading…
Reference in New Issue