Procházet zdrojové kódy

Chore: Update dart-sass compatibility

LewisChennnnn před 6 roky
rodič
revize
f7a970c0ba
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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;