z-ZYS-s

Results 10 issues of z-ZYS-s

1. 修性新建文件夹里的mcss文件时,watch不到 2. 字体图标生成的css文件,watch不到

bug

### Version 3.2.0 ### Reproduction link https://github.com/crixusshen/vuecli-debug-reproduction ### Environment info ``` Environment Info: System: OS: macOS 10.15.7 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Binaries: Node: 12.16.3 -...

``` scss @for $item of index, product, test { .i-icon-#{$item}:hover { @extend .i-icon-#{item}-hover; } } ``` 现在生成的css有问题: ``` css .i-icon-index:hover { @extend .i-icon-index-hover; } .i-icon-product:hover { @extend .i-icon-index-hover; } .i-icon-test:hover...

bug

We can just import const string like paths and urls in mcss at now. Importing variable paths dynamically should be supported soon.

## 示例 ### methods为空 ``` html This should be red. export default { methods: { } } ``` ### 再比如 ``` html This should be red. export default { data()...

bug

Please bump a new version. Thanks!