Skip to content

Commit c00ef37

Browse files
authored
feat: [input] add new vars less (#2128)
* feat: add new vars less * feat: update input cssvar
1 parent a9015aa commit c00ef37

File tree

5 files changed

+566
-115
lines changed

5 files changed

+566
-115
lines changed

packages/theme/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opentiny/vue-theme",
3-
"version": "3.18.1",
43
"type": "module",
4+
"version": "3.18.1",
55
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
66
"author": "OpenTiny Team",
77
"license": "MIT",
@@ -71,8 +71,13 @@
7171
"rules": {
7272
"selector-pseudo-element-colon-notation": "single",
7373
"import-notation": null,
74-
"string-quotes": "single",
74+
"custom-property-pattern": null,
75+
"custom-property-empty-line-before": null,
7576
"selector-class-pattern": null,
77+
"alpha-value-notation": null,
78+
"color-hex-length": null,
79+
"string-quotes": "single",
80+
"color-function-notation": null,
7681
"declaration-empty-line-before": null,
7782
"at-rule-empty-line-before": null,
7883
"at-rule-no-unknown": [
@@ -88,4 +93,4 @@
8893
]
8994
}
9095
}
91-
}
96+
}

packages/theme/src/base/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212

1313
@import './reset.less';
1414
@import './basic-var.less';
15+
@import './vars.less';
1516
@import './transition.less';
1617
@import '../svg/index.less';

0 commit comments

Comments
 (0)