Maushundb / quick-editor

This repo has been DEPRECATED. Please use https://atom.io/packages/code-peek
MIT License
25 stars 6 forks source link

Less' parent selectors classes are not found #11

Open pbellon opened 9 years ago

pbellon commented 9 years ago

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.

Maushundb commented 9 years ago

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

pbellon commented 9 years ago

Thank you really much :+1: