私は変わる
a[title][href] {
font-weight: bold;
}
に
a {
&[title][href] {
font-weight: bold;
}
}
しかし、sasslint はまだ警告しています。
Attribute-selector は、その親の Attribute-selector 内にネストする必要があります (force-attribute-nesting)
私は変わる
a[title][href] {
font-weight: bold;
}
に
a {
&[title][href] {
font-weight: bold;
}
}
しかし、sasslint はまだ警告しています。
Attribute-selector は、その親の Attribute-selector 内にネストする必要があります (force-attribute-nesting)