Chore: Update dart-sass compatibility

This commit is contained in:
LewisChennnnn 2019-07-26 14:07:56 +08:00 committed by iamkun
parent feaa2cc8fb
commit f7a970c0ba

View File

@ -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;