alibaba-fusion / next

🦍 A configurable component library for web built on React.
https://fusion.design
MIT License
4.59k stars 591 forks source link

[Theme][Button]CSS variables模式下部分样式错误 #3428

Closed cccRaim closed 2 years ago

cccRaim commented 3 years ago

Component

Button/Theme

Steps to reproduce

导入使用index.var.scss使用,样式值全部替换为css var。 但是此时部分值替换的结果会出现异常,如

/@alife/theme-xx/dist/next-noreset.var.css

background: rgba(var(--btn-ghost-dark-bg-hover-rgb, #FFFFFF), var(--btn-ghost-dark-bg-hover-opacity, 1));

这种值是不合常理的,直接导致样式没有起效,导致非预期的结果,并且在样式文件里有很多类似的结果 image
希望重新检查css var样式文件的替换结果

bindoon commented 2 years ago

fixed in @alifd/next@1.25