I started using this plugin and i see that it found an issue
with "extend" function
.maine-layout--selected:extend(.maine-layout) {
color: @text-color-grey;
.status-new, .status-old, .status-ignore {
color: @text-color-grey;
}
}
but it doesnt see problem with
.client-library__some-data {
&:extend(.client-list__some-data);
}
from what i read, extend is less function from some time
http://lesscss.org/features/#extend-feature