Skip to content

Commit 2120781

Browse files
committed
fix less import path
1 parent c222171 commit 2120781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/bootstrap.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "boostrap/anim.less";
1+
@import "./boostrap/anim.less";
22

33
@tooltip-prefix-cls: rc-tooltip;
44

assets/bootstrap_white.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "boostrap/anim.less";
1+
@import "./boostrap/anim.less";
22

33
@tooltip-prefix-cls: rc-tooltip;
44

0 commit comments

Comments
 (0)