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-03-04 22:35:02 +01:00
2011-11-21 19:56:25 -05:00
2012-03-10 20:29:10 +01:00
2012-04-30 03:30:02 +01:00
2012-03-10 20:36:27 +01:00
2010-03-04 14:46:41 -05:00
2012-03-10 20:29:10 +01:00
2011-01-31 13:38:53 +00:00

less.js

The dynamic stylesheet language.

http://lesscss.org

about

This is the JavaScript, and now official, stable version of LESS.

For more information, visit http://lesscss.org.

license

See LICENSE file.

Copyright (c) 2009-2011 Alexis Sellier

Description
No description provided
Readme 55 MiB
Languages
JavaScript 63.7%
Less 25.6%
CSS 10.3%
TypeScript 0.3%