vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

LESS: All media-queries in outline are "unnamed" #243

Open Ciantic opened 9 years ago

Ciantic commented 9 years ago

Can I name the media query sections somehow? It's difficult to navigate with quick outline (or regular outline) when all media queries are listed as "unnamed".

Create e.g.

#navigation

@media(max-width: 1044px) {
    #navigation {
    }
}

And check out the outline, the second #navigation is under unnamed.