标签: less
是否可以在不直接更改其代码的情况下将新属性添加到mixin声明(在Less中)? 70/5000
.my-mixin() { background-color: red; } ?? { /* add new stuff to .my-mixin() */ }