@vue-ui-kit/ant 2.2.2 → 2.3.1

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/README.md CHANGED
@@ -182,7 +182,7 @@ module.exports = {
182
182
  node_modules/@vue-ui-kit/ant/
183
183
  ├── dist/
184
184
  │ ├── style.css # 编译后的CSS
185
- │ └── style.scss # SCSS源文件(已内联variables)
185
+ │ └── style.scss # SCSS源文件
186
186
  └── src/packages/styles/ # 源文件(开发时参考)
187
187
  ```
188
188