Skip to content

Commit

Permalink
feat: [input] add new vars less (#2128)
Browse files Browse the repository at this point in the history
* feat: add new vars less

* feat: update input cssvar
  • Loading branch information
zzcr authored Sep 18, 2024
1 parent a9015aa commit c00ef37
Show file tree
Hide file tree
Showing 5 changed files with 566 additions and 115 deletions.
11 changes: 8 additions & 3 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-theme",
"version": "3.18.1",
"type": "module",
"version": "3.18.1",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
Expand Down Expand Up @@ -71,8 +71,13 @@
"rules": {
"selector-pseudo-element-colon-notation": "single",
"import-notation": null,
"string-quotes": "single",
"custom-property-pattern": null,
"custom-property-empty-line-before": null,
"selector-class-pattern": null,
"alpha-value-notation": null,
"color-hex-length": null,
"string-quotes": "single",
"color-function-notation": null,
"declaration-empty-line-before": null,
"at-rule-empty-line-before": null,
"at-rule-no-unknown": [
Expand All @@ -88,4 +93,4 @@
]
}
}
}
}
1 change: 1 addition & 0 deletions packages/theme/src/base/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@

@import './reset.less';
@import './basic-var.less';
@import './vars.less';
@import './transition.less';
@import '../svg/index.less';
Loading

0 comments on commit c00ef37

Please sign in to comment.