mvframe 1.0.96 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cursor/rules/style-system.mdc +1 -1
- package/dist/css/style.css +1 -1
- package/dist/vendor.js +1 -1
- package/package.json +1 -1
|
@@ -119,7 +119,7 @@ alwaysApply: true
|
|
|
119
119
|
|
|
120
120
|
### 渐变色字体 .colorfulFont
|
|
121
121
|
|
|
122
|
-
需配合 `background-clip: text
|
|
122
|
+
需配合 `background-clip: text`;颜色变体与 `var.scss` 中 `$colorNames` 自动同步,当前会为 `primary`、`blue`、`green`、`orange`、`red`、`purple`、`pink`、`yellow` 生成渐变类,不为 `white` / `black` / `body` / `dark` / `gray` 生成。
|
|
123
123
|
|
|
124
124
|
## 4. 布局(layout.scss)
|
|
125
125
|
|