Skip to content

Commit e80d33b

Browse files
committed
feat: update input cssvar
1 parent ae80beb commit e80d33b

File tree

4 files changed

+563
-620
lines changed

4 files changed

+563
-620
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+
}

0 commit comments

Comments
 (0)