some-loader-utils icon indicating copy to clipboard operation
some-loader-utils copied to clipboard

implementation for less-loader or sass-loader. Compiles Less or sass to theme CSS.

Results 4 some-loader-utils issues
Sort by recently updated
recently updated
newest added

使用了css module 的例子: src/setCustomThemeDep.js saveThemeOptions sourceThemeStyle 被`:global{}`包裹的样式,在提取后类名多了`:global` 没有被`:global{}`包裹的样式,提取的是编写代码的时候的类名

bug

使用后自定义的样式变量有主题前缀 ![image](https://user-images.githubusercontent.com/43712864/167372488-8d07c218-baa5-4b64-a889-e323e20b10e2.png) 但是antd原有的像@primary-color没有主题前缀,导致主题色不生效 ![image](https://user-images.githubusercontent.com/43712864/167372747-b0d43c23-ef1d-40e7-a662-69d68d43ee00.png)

![image](https://user-images.githubusercontent.com/37092937/161222127-aedd8920-cdad-417b-bebc-ca60622eb0e1.png) 大佬 什么情况