You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumping up this issue to consider if it can be closed. I would say this is expected behaviour (at least in LESS 1.4.x and higher). For .other the scope of span has higher precedence than global scope (and presence or lack of & does not change .align-right matching). Ref: #1316, #1205.
With the following code:
I would expect to get the css for span .other as
span .other {
text-align: right;
}
In practice though I get:
span .other {
color: black;
}
This looks wrong to me.
Cliff.
The text was updated successfully, but these errors were encountered: