berfarah / LESS-build-sublime

Less build sytem for Sublime Text 2
Apache License 2.0
91 stars 14 forks source link

Dotless should be updated #25

Closed ghost closed 11 years ago

ghost commented 11 years ago

Some valid LESS syntax is not recognized by the dotless compiler currently in use in the plugin. After updating to 1.3.1.0 (got it from here), it works like a charm again.

Example:

.item2 {
  .item1 + & {
    opacity:0.5;
  }
}

Thanks for the great plugin btw.

jess-sol commented 11 years ago

Thanks for the heads up, just updated it.