在Sass中,是否有可能操纵给定元素已经继承的值?
我的目标是这样的:
body color: blue .warning color: red strong color: darken(inherit,20)
sass
sass ×1