Sass more than one selector at the root and individual style for each from inside along with common style for all

前端 未结 0 993
Happy的楠姐
Happy的楠姐 2020-12-08 04:56

I have a style like so-

button,
a.button,
input[type="button"] {
    color: red;
}

button {
    border: none;
}

a {
    .button {
        border:          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题