Skip to content

Commit

Permalink
chore: fix antd less entry (#127)
Browse files Browse the repository at this point in the history
* chore: fix antd less entry

* chore: bump node version
  • Loading branch information
zombieJ authored Nov 25, 2021
1 parent 5c356e5 commit 2847470
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:10.13
- image: circleci/node:16.13.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
6 changes: 1 addition & 5 deletions src/form/style/index.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
@import 'antd/lib/style/themes/index';
@import 'antd/lib/style/mixins/index';
@import 'antd/lib/input/style/mixin';
@import 'antd/lib/button/style/mixin';
@import 'antd/lib/grid/style/mixin';
@import (reference) 'antd/dist/antd.less';
@import './mixin';

@form-prefix-cls: ~'@{ant-prefix}-legacy-form';
Expand Down
2 changes: 1 addition & 1 deletion src/form/style/mixin.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'antd/lib/input/style/mixin';
@import (reference) 'antd/dist/antd.less';

.form-control-validation(@text-color: @input-color; @border-color: @input-border-color; @background-color: @input-bg) {
.@{form-prefix-cls}-explain,
Expand Down
4 changes: 1 addition & 3 deletions src/mention/style/index.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@import 'antd/lib/style/themes/index';
@import 'antd/lib/style/mixins/index';
@import 'antd/lib/input/style/mixin';
@import (reference) 'antd/dist/antd.less';

@mention-prefix-cls: ~'@{ant-prefix}-mention';

Expand Down

1 comment on commit 2847470

@vercel
Copy link

@vercel vercel bot commented on 2847470 Nov 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/pro-components/settings/billing.

Please sign in to comment.