Skip to content

Commit 5e7d95a

Browse files
committed
feat: change style scss to less
1 parent e986d19 commit 5e7d95a

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
1-
$formily-prefix: 'formily-vant';
2-
$namespace: 'vant';
3-
4-
@mixin active {
5-
border-color: $--color-primary;
6-
outline: 0;
7-
border-right-width: $--border-width-base !important;
8-
}
9-
10-
@mixin hover {
11-
border-color: $--border-color-hover;
12-
outline: 0;
13-
border-right-width: $--border-width-base !important;
14-
}
1+
@formily-prefix: 'formily-vant';
2+
@namespace: 'vant';

0 commit comments

Comments
 (0)