z-ZYS-s
z-ZYS-s
### 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...
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()...
Please bump a new version. Thanks!