vtst / ow

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

missing RULE_NUMBER at @ #256

Open freddyboucher opened 8 years ago

freddyboucher commented 8 years ago

When importing Bootstrap less files, I get an error missing RULE_NUMBER at @

screen shot 2015-09-04 at 21 09 46
.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {
  .col-@{class}-@{index} {
    width: percentage((@index / @grid-columns));
  }
}

grid-framework.less#L47

LESS plugin version 1.0.22

Cheers

danielwinkels commented 8 years ago

Hello Freddy,

could you resolve the issue? I'm having the same problem.

Thank you.

Daniel