@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.
- package/dist/styles/index.scss +2 -2
- package/package.json +1 -1
package/dist/styles/index.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@use './reset.scss'
|
|
2
|
-
@use './classes'
|
|
1
|
+
@use './reset.scss' as *;
|
|
2
|
+
@use './classes' as *; //如果引入了less创建的通用css类,那这个文件不要引入,否则样式重复创建
|