chenshuai2144/umi-plugin-antd-theme

umi@3 版本下生成的.plugin-theme/theme下的css文件全部为空

chj-damon opened this issue · 6 comments

build 出来的theme也是一样,所有的css文件都是空的。不知道是什么地方缺少了配置吗?

build 出来的theme也是一样,所有的css文件都是空的。不知道是什么地方缺少了配置吗?

请问这个问题解决了吗?

应该是less Mixins写法编译不通过吧,去掉mixins引用就好了

这个问题这么久,是不准备解决了么????

应该是less Mixins写法编译不通过吧,去掉mixins引用就好了

但是less中的Mixins又很好用,难道没有别的办法了吗?

目前发现less继承可以替代Mixins的写法。
// .basicTable();
&:extend(.basicTable all);

I faced with the same issue. is there any solution for this ?