element-theme-zero
Advanced tools
+1
-1
| { | ||
| "name": "element-theme-zero", | ||
| "version": "0.0.14", | ||
| "version": "0.0.15", | ||
| "description": "Element component chalk theme.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.css", |
+4
-4
@@ -105,6 +105,6 @@ @import "mixins/mixins"; | ||
| @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); | ||
@@ -111,0 +111,0 @@ $directions: rtl, ltr, ttb, btt; |
1213415
0