quick-editor
quick-editor copied to clipboard
Less' parent selectors classes are not found
If you use the parent selector less feature the quick editor won't find the appropriated class on my less file. For example, if I have this html:
<div class="test__nested"></div>
And a less file like:
.test {
&__nested {
// some style
}
}
Clicking on "test__nested" won't find the proper definition.
Ah I hadn't accounted for this, I'll make sure to add it to the TODO pile for future releases!
Thank you really much :+1: