@hzw-tech/utils 0.1.4 → 0.1.5

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.
@@ -1,2 +1,2 @@
1
- @use './reset.scss';
2
- @use './classes'; //如果引入了less创建的通用css类,那这个文件不要引入,否则样式重复创建
1
+ @use './reset.scss' as *;
2
+ @use './classes' as *; //如果引入了less创建的通用css类,那这个文件不要引入,否则样式重复创建
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hzw-tech/utils",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "通用前端工具包,包含请求,正则校验,全局ts声明等",
6
6
  "author": "hzw-tech",
7
7
  "license": "MIT",