Browse Source

Chore: Update dart-sass compatibility

LewisChennnnn 6 years ago
parent
commit
f7a970c0ba
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/theme-chalk/src/drawer.scss

+ 4 - 4
packages/theme-chalk/src/drawer.scss

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