webpack-multiple-themes-compile icon indicating copy to clipboard operation
webpack-multiple-themes-compile copied to clipboard

有 sass版本吗?

Open baoxiangyang opened this issue 4 years ago • 2 comments

有 sass版本吗?

baoxiangyang avatar Apr 28 '21 01:04 baoxiangyang

原理是差不多的。我空了补一下sass 的例子。

hiyangguo avatar Apr 29 '21 03:04 hiyangguo

I wasn't able to find an example (configuration or test) yet. Sass is indeed similar to less, however it uses $kebab-var instead of @kebab-var. Need a new switching option here too it seems: https://github.com/rsuite/webpack-multiple-themes-compile/blob/f1e37b1e50e5c305cab616dd506a80282a2fc677/src/generate-themes.js#L33

I'll be looking to solve this similarly to this approach first instead: https://stackoverflow.com/questions/55679111/webpack-4-create-multiple-theme-css-files

JustusNBB avatar Jul 31 '23 14:07 JustusNBB