是否可以在定义中添加另一个元素,例如
input {
&:not[type="submit"], &,textarea {
// styles that apply to inputs that are not submit buttons, and text areas
}
// other styles here that I don't want to apply to textareas
// do want to apply to inputs
}
我已经查看了 sass 文档,但看不到任何东西,如果有人能建议一种方法来做到这一点,那就太棒了。
谢谢