Files
less.js/lib/less
James Foster 1bb3dc1f26 Fix trailing space when parent selector is the last part of the selector.
'''
.foo {
  .bar & {
    &:hover {
      color: orange;
    }
  }
}
'''

now outputs

'''
.bar .foo:hover {
  color: orange;
}
'''
2012-04-30 03:30:14 +01:00
..
2012-01-31 13:50:26 +11:00
2011-12-10 13:41:20 +01:00
2012-01-07 01:33:54 +01:00
2012-03-10 20:29:10 +01:00
2012-04-30 03:30:02 +01:00
2012-01-03 18:46:28 +01:00