vtst / ow

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

Less: variables in #-selectors #160

Closed vtst closed 11 years ago

vtst commented 11 years ago

The following code generates an error while it is accepted by the LESS compiler:

#bar-@{foo} {
    a: 1;
}