Go to file
2010-03-03 12:01:06 -05:00
benchmark fixed benchmark.less 2010-02-26 22:31:51 -05:00
bin ParseErrors dont raise an exception anymore, we just set parser.error to the value of the error 2010-02-27 14:14:52 -05:00
lib inverse style to stylize 2010-03-03 12:01:06 -05:00
test merge node->tree changes 2010-03-01 19:47:32 -05:00
LICENSE MIT license 2010-02-23 23:22:40 -05:00
makefile added make benchmark 2010-02-25 19:47:52 -05:00
README.md dev notice in README 2010-03-01 17:50:23 -05:00

less.js

Leaner CSS, in your browser.

less.js is currently under development, and not to be relied upon!

development status

Implemented features:

  • Variables
  • Nested rules
  • & selector
  • Numerical operations
  • Color operations

Not yet implemented:

  • Mixins
  • Functions
  • Importing
  • Namespaces
  • Accessors