Go to file
2010-02-26 18:16:48 -05:00
benchmark made benchmark file smaller, who has a 267KB .less file anyway? 2010-02-26 16:33:23 -05:00
lib improved the chunkification process, and gave different options, as well as an option not to chunkify, through the optimization setting. The ideal split is now \n} 2010-02-26 16:34:49 -05:00
test changed rulesets.css output to match the new parser output 2010-02-26 18:16:48 -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 updated README 2010-02-23 13:39:31 -05:00

less.js

Leaner CSS, in your browser.

development status

Implemented features:

  • Variables
  • Nested rules
  • & selector
  • Numerical operations

Not yet implemented:

  • Mixins
  • Functions
  • Color operations
  • Importing
  • Namespaces
  • Accessors