umi@3 版本下生成的.plugin-theme/theme下的css文件全部为空
chj-damon opened this issue · 6 comments
chj-damon commented
chj-damon commented
build 出来的theme也是一样,所有的css文件都是空的。不知道是什么地方缺少了配置吗?
Lzzzzzq commented
build 出来的theme也是一样,所有的css文件都是空的。不知道是什么地方缺少了配置吗?
请问这个问题解决了吗?
zwj7181 commented
应该是less Mixins写法编译不通过吧,去掉mixins引用就好了
wayneee188 commented
这个问题这么久,是不准备解决了么????
wayneee188 commented
应该是less Mixins写法编译不通过吧,去掉mixins引用就好了
但是less中的Mixins又很好用,难道没有别的办法了吗?
目前发现less继承可以替代Mixins的写法。
// .basicTable();
&:extend(.basicTable all);
quando1910 commented
I faced with the same issue. is there any solution for this ?