Skip to content

Commit 612b20a

Browse files
authored
Update drawer.scss set $at-drawer-duration to !default to be able to overwrite
1 parent dc8c8cd commit 612b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/taro-ui/src/style/components/drawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../variables/default.scss';
22
@import '../mixins/index.scss';
33

4-
$at-drawer-duration: 300ms;
4+
$at-drawer-duration: 300ms !default;
55

66
.at-drawer {
77
position: relative;

0 commit comments

Comments
 (0)