imatrix-ui 0.2.34-up → 0.2.35-up

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "0.2.34-up",
3
+ "version": "0.2.35-up",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -1,7 +1,7 @@
1
1
  @import "./dark-blue-var.scss";
2
-
2
+ // 这样导入报404找不到文件
3
3
  // .dark-blue {
4
4
  // /* 改变 icon 字体路径变量,必需 */
5
5
  // $--font-path: '~element-plus/theme-chalk/fonts';
6
- // @import '~element-plus/dist/index.css';
6
+ // @import '~element-plus/theme-chalk/index.css';
7
7
  // }