quick-editor icon indicating copy to clipboard operation
quick-editor copied to clipboard

Less' parent selectors classes are not found

Open pbellon opened this issue 9 years ago • 2 comments

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.

pbellon avatar Sep 01 '15 12:09 pbellon

Ah I hadn't accounted for this, I'll make sure to add it to the TODO pile for future releases!

Maushundb avatar Sep 03 '15 15:09 Maushundb

Thank you really much :+1:

pbellon avatar Sep 04 '15 08:09 pbellon