scss unable to make chained multiple classname
&formelement&has-auto-width {
display: inline-block;
}
the second & doesn't work what's wrong?
display: inline-block;
}
the second & doesn't work what's wrong?
&formelement#{&}has-auto-width.formformelement.formhas-auto-width.form {
&-formelement {
&-has-auto-width {
display: inline-block;
}
}
}&__form__element--select.has-auto-width {