Skip to content

Commit

Permalink
feat: change style scss to less
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoleyaotouoO committed Feb 22, 2022
1 parent e986d19 commit 5e7d95a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions packages/components/src/__builtins__/styles/common.less
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
$formily-prefix: 'formily-vant';
$namespace: 'vant';

@mixin active {
border-color: $--color-primary;
outline: 0;
border-right-width: $--border-width-base !important;
}

@mixin hover {
border-color: $--border-color-hover;
outline: 0;
border-right-width: $--border-width-base !important;
}
@formily-prefix: 'formily-vant';
@namespace: 'vant';

0 comments on commit 5e7d95a

Please sign in to comment.